package.json (669B)
1 { 2 "name": "node-proxy-dokku", 3 "version": "1.0.0", 4 "description": "Nodejs HTTP(S) proxy based on node-proxy & environment variables", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/finwo/node-proxy-dokku.git" 12 }, 13 "keywords": [ 14 "proxy" 15 ], 16 "author": "Robin Bron", 17 "license": "MIT", 18 "bugs": { 19 "url": "https://github.com/finwo/node-proxy-dokku/issues" 20 }, 21 "homepage": "https://github.com/finwo/node-proxy-dokku#readme", 22 "dependencies": { 23 "forever": "^0.15.2", 24 "http": "0.0.0", 25 "http-proxy": "^1.15.1" 26 } 27 }