{ "name": "foreman", "version": "3.0.1", "homepage": "http://strongloop.github.io/node-foreman/", "description": "Node Implementation of Foreman", "author": "StrongLoop, Inc.", "license": "MIT", "keywords": [ "foreman", "upstart", "commandline", "env", "Procfile" ], "bin": { "nf": "nf.js" }, "files": [ "forward.js", "nf.js", "proxy.js", "lib/" ], "scripts": { "pretest": "jshint .", "test": "tap test/*.test.*" }, "dependencies": { "commander": "^2.15.1", "http-proxy": "^1.17.0", "mustache": "^2.2.1", "shell-quote": "^1.6.1" }, "repository": { "type": "git", "url": "https://github.com/strongloop/node-foreman.git" }, "bugs": { "url": "https://github.com/strongloop/node-foreman/issues", "email": "callback@strongloop.com" }, "engines": { "node": ">=6" }, "preferGlobal": true, "devDependencies": { "chai": "~1.9.1", "jshint": "^2.6.3", "rimraf": "~2.2.8", "tap": "^0.7.1" } }