-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "alphonso",
"version": "1.0.0",
"description": "private npm registry and backup server",
"scripts": {
"start": "node server.js",
"test": "mocha && jshint ."
},
"engines": {
"node": "5.7.1"
},
"repository": "bhanuc/alphonso",
"author": "Bhanu P Chaudhary (@bhanuc)",
"license": "ISC",
"dependencies": {
"bluebird": "3.3.4",
"co": "^4.5.4",
"co-body": "4.0.0",
"got": "6.1.1",
"htpasswd-auth": "https://github.com/bhanuc/htpasswd-auth.git",
"alphonso-fs": "https://github.com/bhanuc/alphonso-fs.git",
"alphonso-s3": "https://github.com/bhanuc/alphonso-s3.git",
"ioredis": "^1.5.0",
"knox": "^0.9.2",
"koa": "1.1.2",
"koa-compress": "1.0.9",
"koa-route": "^2.4.1",
"metric-log": "1.0.1",
"mkdirp": "^0.5.1",
"mz": "^2.3.1",
"node-uuid": "^1.4.3",
"rollbar": "0.5.13"
},
"devDependencies": {
"chai": "^3.0.0",
"glob": "^7.0.3",
"jshint": "*",
"mocha": "^2.2.5",
"mocha-junit-reporter": "1.9.1",
"supertest": "1.2.0",
"supertest-as-promised": "3.0.0"
}
}