-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "webpack-template-cli",
"version": "1.0.0",
"description": "webpack template gentate cli",
"main": "index.js",
"bin": {
"webpack-template-cli": "hi.js"
},
"engines": {
"node": ">= 0.12"
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"commander": "^2.13.0",
"consolidate": "^0.15.0",
"download-git-repo": "^1.0.2",
"inquirer": "^5.0.1",
"metalsmith": "^2.3.0",
"mz": "^2.7.0",
"ncp": "^2.0.0",
"ora": "^1.4.0",
"request": "^2.83.0",
"rmfr": "^2.0.0-3",
"swig": "^1.4.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-latest-node": "^0.4.0",
"babel-preset-stage-3": "^6.24.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CavinHuang/node-cli-demo.git"
},
"keywords": [
"webpack",
"node-cli",
"webpack-template"
],
"author": "sujinw",
"license": "ISC",
"bugs": {
"url": "https://github.com/CavinHuang/node-cli-demo/issues"
},
"homepage": "https://github.com/CavinHuang/node-cli-demo#readme"
}