heat-evoke
Version:
Terminal CLI for Heat Cluster Management
34 lines (33 loc) • 708 B
JSON
{
"name": "heat-evoke",
"version": "0.0.6",
"description": "Terminal CLI for Heat Cluster Management",
"bin": {
"heat-evoke": "./main.js"
},
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heatjs/heat-evoke.git"
},
"keywords": [
"Heat",
"Cluster",
"Management",
"Cli"
],
"author": "Katja Lutz",
"license": "MIT",
"bugs": {
"url": "https://github.com/heatjs/heat-evoke/issues"
},
"homepage": "https://github.com/heatjs/heat-evoke#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"js-yaml": "^3.8.1",
"yargs": "^6.6.0"
}
}