-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "simple-npm-cache-proxy",
"version": "1.1.0",
"description": "a simple npm proxy cache package locally",
"main": "server.js",
"scripts": {
"test": "prove --exec iojs test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/undoZen/simple-npm-cache-proxy.git"
},
"keywords": [
"npm"
],
"author": "undoZen <opensource@undozen.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/undoZen/simple-npm-cache-proxy/issues"
},
"homepage": "https://github.com/undoZen/simple-npm-cache-proxy",
"dependencies": {
"bluebird": "^2.10.2",
"bunyan-hub": "^1.1.0",
"bunyan-hub-logger": "^1.2.1",
"co": "^4.5.1",
"concat-stream": "^1.4.8",
"config": "^1.12.0",
"hiredis": "^0.4.1",
"ioredis": "^1.15.1",
"lodash": "^3.10.1",
"mkdirp": "^0.5.0",
"promisingagent": "^5.1.1",
"rimraf": "^2.5.2",
"simple-http-proxy": "^0.5.11",
"st": "^1.1.0"
},
"devDependencies": {
"rimraf": "^2.3.2",
"tape": "^4.0.0"
}
}