forked from cnpm/cnpm
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.4 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
55
56
57
58
59
{
"name": "cnpm",
"version": "3.0.1",
"description": "cnpm: npm client for cnpmjs.org",
"main": "bin/cnpm",
"scripts": {
"test": "mocha test/*.test.js --timeout 60000",
"cnpm": "npm i --registry=http://registry.npm.taobao.org"
},
"preferGlobal": true,
"bin": {
"cnpm": "./bin/cnpm",
"cnpm-check": "./bin/cnpm-check",
"cnpm-sync": "./bin/cnpm-sync",
"cnpm-web": "./bin/cnpm-web",
"cnpm-user": "./bin/cnpm-user",
"cnpm-doc": "./bin/cnpm-doc",
"cnpm-search": "./bin/cnpm-search"
},
"dependencies": {
"auto-correct": "~1.0.0",
"bagpipe": "~0.3.5",
"colors": "~1.0.3",
"commander": "~2.7.1",
"cross-spawn": "~0.2.8",
"debug": "~2.1.3",
"giturl": "~0.0.3",
"npm": "~2.7.5",
"npm-request": "~0.0.4",
"open": "~0.0.5",
"pangyp": "~2.1.0",
"urllib": "~2.3.3"
},
"devDependencies": {
"autod": "*",
"fs-extra": "~0.18.0",
"jshint": "~2.6.3",
"mocha": "~2.2.1",
"should": "~5.2.0"
},
"homepage": "https://github.com/cnpm/cnpm",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/cnpm.git",
"web": "https://github.com/cnpm/cnpm"
},
"bugs": {
"url": "https://github.com/cnpm/cnpm/issues",
"email": "[email protected]"
},
"keywords": [
"cnpm"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.com)",
"license": "MIT"
}