smart-private-npm
Version:
An intelligent routing proxy for npm with support for: private, whitelisted, and blacklisted packaged
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "smart-private-npm",
"version": "2.3.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 <info@nodejitsu.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nodejitsu/smart-private-npm/issues"
},
"homepage": "https://github.com/nodejitsu/smart-private-npm",
"dependencies": {
"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",
"winston": "~2.2.0"
},
"devDependencies": {
"request": "~2.69.0",
"mocha": "^2.4.5"
}
}