UNPKG

709 BJSONView Raw
1{
2 "name": "huxley-cli",
3 "version": "1.0.0-alpha-04.1",
4 "description": "CLI for Huxley Deployment Platform",
5 "main": "src/cli.coffee",
6 "bin": {
7 "huxley": "./bin/main"
8 },
9 "scripts": {
10 "test": "npm test"
11 },
12 "keywords": [
13 "huxley",
14 "cluster",
15 "deployment",
16 "automation",
17 "api",
18 "cli"
19 ],
20 "author": "Panda Strike",
21 "license": "MIT",
22 "dependencies": {
23 "c50n": "^0.7.2",
24 "coffee-script": "^1.9.0",
25 "fairmont": "1.0.0-alpha-18",
26 "mustache": "^1.1.0",
27 "panda-config": "1.0.0-alpha-02",
28 "pbx": "^1.0.0-alpha-17",
29 "prompt": "^0.2.14",
30 "shred": "^1.1.0-alpha-03",
31 "when": "^3.7.2"
32 },
33 "engines": {
34 "node": ">=0.12"
35 }
36}