-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.24 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
52
53
54
{
"name": "np-cli-happy",
"version": "1.0.0",
"description": "a awesome project generator",
"main": "index.js",
"author": "yzsunlei <yzsunlei@qq.com>",
"license": "ISC",
"bin": {
"np": "./bin/np"
},
"scripts": {
"np": "./node_modules/.bin/babel-node src/np",
"compile": "./node_modules/.bin/babel src -d dist",
"watch": "npm run compile -- -watch"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yzsunlei/np-cli-happy.git"
},
"keywords": [
"generator",
"cli",
"nodejs"
],
"bugs": {
"url": "https://github.com/yzsunlei/np-cli-happy/issues"
},
"homepage": "https://github.com/yzsunlei/np-cli-happy#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-preset-env": "^1.6.1"
},
"dependencies": {
"commander": "^2.13.0",
"consolidate": "^0.15.0",
"download-git-repo": "^1.0.2",
"ini": "^1.3.5",
"inquirer": "^5.0.0",
"metalsmith": "^2.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"ncp": "^2.0.0",
"ora": "^1.3.0",
"request": "^2.83.0",
"rmfr": "^1.0.8",
"semver": "^5.4.1",
"swig-templates": "^2.0.2"
}
}