forked from cnpm/mirrors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.46 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "mirrors",
"version": "1.0.0",
"description": "mirrors everything",
"main": "index.js",
"scripts": {
"test": "make test",
"start": "./bin/nodejsctl start",
"status": "./bin/nodejsctl status",
"stop": "./bin/nodejsctl stop"
},
"keywords": [
"mirror",
"mirrors",
"nodejs dist",
"dist",
"iojs dist"
],
"author": {
"name": "dead-horse",
"email": "[email protected]",
"url": "http://deadhorse.me"
},
"repository": {
"type": "git",
"url": "[email protected]:cnpm/mirrors.git"
},
"license": "MIT",
"dependencies": {
"bluebird": "^2.10.2",
"bytes": "^2.1.0",
"cfork": "^1.3.1",
"co": "^4.6.0",
"copy-to": "^2.0.1",
"debug": "^2.2.0",
"fs-cnpm": "^1.2.0",
"graceful": "^1.0.0",
"humanize-ms": "^1.0.1",
"koa": "^1.1.0",
"koa-middlewares": "^2.1.0",
"koa-mount": "^1.3.0",
"mime-types": "^2.0.8",
"mini-logger": "^1.0.0",
"mkdirp": "^0.5.0",
"mysql": "^2.9.0",
"only": "^0.0.2",
"semver": "^5.4.1",
"sequelize": "~2.0.0-rc8",
"thunkify-wrap": "^1.0.4",
"urllib": "^2.5.0",
"utility": "^1.5.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"autod": "2",
"co-mocha": "1",
"istanbul": "^0.4.3",
"mm": "1",
"mocha": "2",
"node-dev": "2",
"pedding": "1",
"should": "7",
"should-http": "^0.0.2",
"sqlite3": "3",
"supertest": "1"
},
"engine": {
"node": ">=4.3.2"
}
}