-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1 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
{
"name": "zuzuche-npm",
"version": "1.3.4",
"description": "一个参考cnpm的做法,然后修改了一些自己需要的参数的npm,租租车的npm,znpm",
"main": "./bin/znpm",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"znpm": "./bin/znpm"
},
"keywords": [
"zzc",
"zzche",
"npm",
"znpm"
],
"maintainers": [
{
"name": "LamHo",
"email": "linhao.4zhong@163.com"
}
],
"bugs": {
"url": "https://github.com/LLLLLamHo/znpm/issues"
},
"respositories": {
"url": "https://github.com/LLLLLamHo/znpm"
},
"author": "LamHo",
"license": "ISC",
"devDependencies": {
"auto-correct": "^1.0.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"cross-spawn": "^5.1.0",
"npm": "^5.0.3",
"urllib": "^2.21.2"
},
"dependencies": {
"auto-correct": "^1.0.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"cross-spawn": "^5.1.0",
"npm": "^5.0.3",
"urllib": "^2.21.2"
}
}