forked from fis-components/components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 820 Bytes
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
{
"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",
"fis-scaffold-kernel": "~0.0.18",
"github": "0.2.3"
},
"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": "^2.4.1",
"shelljs": "^0.5.3"
}
}