forked from aigis-styleguide/aigis
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 946 Bytes
/
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
{
"name": "lora-styleguide",
"version": "1.13.7",
"description": "For documenting CSS and generating styleguide",
"homepage": "https://pxgrid.github.io/aigis",
"author": {
"name": "cxq",
"email": "chuxiuqiang@gmail.com"
},
"main": "index.js",
"bin": {
"aigis": "./bin/aigis"
},
"repository": {
"type": "git",
"url": "https://github.com/cxq/aigis.git"
},
"license": "MIT",
"engines": {
"node": ">= 0.12.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/cxq/aigis/issues"
},
"dependencies": {
"bluebird": "^2.9.14",
"colors": "^1.1.2",
"detect-css-colors": "^1.0.1",
"ejs": "^3.1.6",
"fs-extra": "^0.30.0",
"glob": "^7.0.3",
"handlebars": "^4.7.7",
"js-beautify": "^1.8.6",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"moment": "^2.22.2",
"shelljs": "^0.8.5",
"yargs": "^4.3.2"
}
}