do-node-balancer
Version:
Node.js load balancer for digitalocean using tags
49 lines (48 loc) • 1.33 kB
JSON
{
"name": "do-node-balancer",
"version": "2.1.6",
"description": "Node.js load balancer for digitalocean using tags",
"main": "./lib",
"directories": {
"lib": "lib"
},
"scripts": {
"eslint": "node node_modules/eslint/bin/eslint.js --ignore-path .eslintignore -c .eslintrc.yml ./",
"test": "node_modules/.bin/tape test/*.spec.js | node_modules/.bin/tap-spec",
"precommit": "npm-run-all --parallel eslint test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facetofacebroadcasting/do-node-balancer.git"
},
"keywords": [
"digitalocean",
"loadbalancer",
"nodejs"
],
"author": "Geige Vandentop",
"license": "MIT",
"bugs": {
"url": "https://github.com/facetofacebroadcasting/do-node-balancer/issues"
},
"homepage": "https://github.com/facetofacebroadcasting/do-node-balancer#readme",
"dependencies": {
"http-proxy": "^1.16.2",
"joi": "^13.1.0",
"lodash": "^4.17.4",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"dotenv": "^4.0.0",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.2.0",
"husky": "0.14.3",
"nodemon": "1.11.0",
"npm-run-all": "4.1.1",
"tap-spec": "4.1.1",
"tape": "4.8.0",
"underscore": "^1.8.3"
}
}