-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "components",
"version": "0.0.0",
"description": "component",
"main": "sync.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fis-components/components.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fis-components/components/issues"
},
"homepage": "https://github.com/fis-components/components",
"dependencies": {
"async": "0.9.0",
"deep-equal": "^1.0.1",
"envify": "^3.4.0",
"fis-scaffold-kernel": "~0.0.18",
"github": "0.2.3",
"glob.js": "^0.1.0",
"js-yaml": "^3.4.6",
"jstransform": "^11.0.3",
"minimatch": "^3.0.0",
"minimist": "^1.2.0",
"object-assign": "^4.0.1",
"object-hash": "^1.0.0",
"semver": "^5.1.0"
},
"devDependencies": {
"ejs": "^2.3.4",
"escodegen": "^1.6.1",
"escope": "^2.0.2",
"esformatter": "0.6.1",
"esprima": "^1.2.2",
"estraverse": "^1.9.1",
"glob": "^4.3.2",
"lodash": "^3.10",
"shelljs": "^0.5.3"
}
}