huxley-cli
Version:
CLI for Huxley Deployment Platform
39 lines (38 loc) • 760 B
JSON
{
"name": "huxley-cli",
"version": "1.0.0-alpha-08.1",
"description": "CLI for Huxley Deployment Platform",
"main": "src/cli.coffee",
"bin": {
"huxley": "./bin/main"
},
"scripts": {
"test": "npm test"
},
"keywords": [
"huxley",
"cluster",
"deployment",
"automation",
"api",
"cli"
],
"contributors": [
"David Harper <david@pandastrike.com>",
"Dan Yoder <dan@pandastrike.com>"
],
"license": "MIT",
"dependencies": {
"coffee-script": "1.9.2",
"fairmont": "1.0.0-beta-03",
"mustache": "^1.1.0",
"panda-config": "1.0.0-alpha-03",
"pbx": "1.0.0-beta-05",
"prompt": "^0.2.14",
"shred": "1.1.0-alpha-03",
"when": "^3.7.2"
},
"engines": {
"node": "^0.12"
}
}