foreman-gui
Version:
Console based GUI that builds you a Procfile usable with any foreman implementation
32 lines (31 loc) • 691 B
JSON
{
"name": "foreman-gui",
"version": "1.0.3",
"description": "Console based GUI that builds you a Procfile usable with any foreman implementation",
"main": "src/index.js",
"homepage": "https://github.com/herkyl/foreman-gui",
"keywords": [
"foreman",
"Procfile"
],
"scripts": {
"start": "node src/index.js"
},
"bin": {
"fmg": "src/index.js"
},
"engines": {
"node": ">=0.8"
},
"repository": {
"type": "git",
"url": "git@github.com:herkyl/foreman-gui.git"
},
"author": "Serge Herkül (https://twitter.com/_sergeh)",
"license": "ISC",
"preferGlobal": true,
"dependencies": {
"colors": "^1.0.3",
"inquirer": "^0.8.0"
}
}