-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
56 lines (56 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "tachyons-cli",
"version": "1.3.2",
"description": "Postprocess tachyons stylesheets",
"author": {
"name": "John Otander",
"url": "johnotander.com",
"email": "[email protected]"
},
"main": "index.js",
"bin": {
"tachyons": "cli.js"
},
"engines": {
"node": ">=6"
},
"files": [
"cli.js",
"templates"
],
"scripts": {
"lint": "standard",
"test": "ava -v"
},
"repository": "tachyons-css/tachyons-cli",
"keywords": [
"tachyons",
"css",
"cli",
"cli-app"
],
"license": "ISC",
"dependencies": {
"authors-to-markdown": "^0.1.0",
"chalk": "^2.4.2",
"copy-files": "^0.1.0",
"css-mqpacker": "^7.0.0",
"cssstats": "^3.4.0",
"dedent": "^0.7.0",
"file-exists": "^5.0.1",
"immutable-css": "^1.1.2",
"is-blank": "^2.1.0",
"is-present": "^1.0.0",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"mkdirp": "^0.5.1",
"single-trailing-newline": "^1.0.0",
"tachyons-build-css": "^1.8.1"
},
"devDependencies": {
"ava": "^2.4.0",
"pify": "^4.0.1",
"standard": "^14.3.1",
"tachyons-type-scale": "6.1.1"
}
}