forked from doublerebel/smart-private-npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "smart-private-npm",
"version": "2.2.0",
"description": "An intelligent routing proxy for npm with support for: private, whitelisted, and blacklisted packaged ",
"main": "lib/index.js",
"scripts": {
"test": "node test/test.js",
"cover": "./scripts/cover.sh && ./scripts/results.js"
},
"bin": {
"smart-private-npm": "./bin/cmd.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nodejitsu/smart-private-npm"
},
"keywords": [
"npm",
"proxy",
"private-registry",
"registry",
"nodejitsu"
],
"author": "Nodejitsu Inc <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nodejitsu/smart-private-npm/issues"
},
"homepage": "https://github.com/nodejitsu/smart-private-npm",
"dependencies": {
"cloudant-user": "^1.0.0",
"create-servers": "~2.0.1",
"director": "~1.2.2",
"http-proxy": "^1.13.2",
"hyperquest": "~1.3.0",
"minimist": "~1.2.0",
"npm-registry-packages": "1.x",
"raw-body": "^2.1.6",
"winston": "~2.3.1"
},
"devDependencies": {
"request": "~2.69.0",
"mocha": "^2.4.5"
}
}