sundry
Version:
A dynamically configurable, load balancing, reverse proxy.
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "sundry",
"version": "0.3.3",
"description": "A dynamically configurable, load balancing, reverse proxy.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "NODE_ENV=test mocha --ui bdd --reporter spec",
"hint": "jshint ./**/*.js",
"generateCA": "./npm_scripts/generateCA.sh"
},
"preferGlobal": "true",
"bin": {
"sundry": "cli/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/PaperElectron/Sundry.git"
},
"keywords": [
"router",
"http",
"proxy",
"round-robin"
],
"author": "Jim <monstertke@paperelectron.com> (http://paperelectron.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PaperElectron/Sundry/issues"
},
"homepage": "https://github.com/PaperElectron/Sundry",
"dependencies": {
"bluebird": "^2.9.30",
"chalk": "^0.5.1",
"commander": "^2.6.0",
"cookies": "^0.5.0",
"hiredis": "^0.4.0",
"http-proxy": "^1.8.1",
"inquirer": "^0.8.5",
"lodash": "^3.1.0",
"mkdirp": "^0.5.1",
"redis": "^0.12.1",
"sha.js": "^2.4.2",
"var": "^0.1.3"
},
"devDependencies": {
"chai": "^2.0.0",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"rimraf": "^2.2.8"
}
}