This repository was archived by the owner on Mar 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
74 lines (74 loc) · 1.58 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
71
72
73
74
{
"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": "dead_horse@qq.com",
"url": "http://deadhorse.me"
},
"repository": {
"type": "git",
"url": "git@github.com:cnpm/mirrors.git"
},
"license": "MIT",
"dependencies": {
"agentkeepalive": "^4.2.0",
"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",
"mz-modules": "^2.1.0",
"only": "^0.0.2",
"semver": "^5.7.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",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.3",
"mm": "1",
"mocha": "2",
"node-dev": "2",
"pedding": "1",
"power-assert": "^1.6.1",
"should": "7",
"should-http": "^0.0.2",
"sqlite3": "4",
"supertest": "1"
},
"engine": {
"node": ">=8"
}
}