helmer
Version:
Node Implementation of Foreman
39 lines (38 loc) • 802 B
JSON
{
"name": "helmer",
"version": "0.0.1",
"homepage": "http://nodefly.github.com/node-foreman/",
"description": "Node Implementation of Foreman",
"main": "index.js",
"author": "Jacob Groundwater",
"contributors": ["Fredrick Galoso"],
"license": "BSD",
"keywords": [
"helmer",
"upstart",
"commandline",
"env",
"Procfile"
],
"bin": {
"helmer": "helmer.js"
},
"dependencies": {
"colors": "latest",
"commander": "latest",
"mu2": "latest",
"http-proxy": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/wayoutmind/helmer.git"
},
"bugs": {
"url": "https://github.com/wayoutmind/helmer/issues",
"email": "fredrickgaloso@gmail.com"
},
"engines": {
"node": ">=0.6.9"
},
"preferGlobal": true
}