-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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": "creatshare-app-init",
"version": "2.1.1",
"description": "CreatShare 实验室前端项目初始化工具",
"bin": {
"cs": "bin/index.js"
},
"scripts": {
"compile": "babel src/ -d lib/",
"prepublish": "npm run compile",
"eslint": "eslint src bin",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/creatshare-demos/creatshare-app-init"
},
"keywords": [
"webpack",
"esint"
],
"contributors": [
"mennghao",
"icorvoh <icorvoh@gmail.com> (https://github.com/icorvoh)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/creatshare-demos/creatshare-app-init/issues"
},
"homepage": "https://github.com/creatshare-demos/creatshare-app-init",
"dependencies": {
"commander": "^2.11.0"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}