UNPKG

649 BJSONView Raw
1{
2 "name": "huxley-cli",
3 "version": "1.0.0-alpha-02.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": ["huxley", "cluster", "deployment", "automation","api","cli"],
13 "author": "Panda Strike",
14 "license": "MIT",
15 "dependencies": {
16 "c50n": "^0.7.2",
17 "coffee-script": "^1.9.0",
18 "fairmont": "1.0.0-alpha-14",
19 "mustache": "^1.1.0",
20 "panda-config": "1.0.0-alpha-02",
21 "prompt": "^0.2.14",
22 "shred": "^1.1.0-alpha-03",
23 "when": "^3.7.2"
24 },
25 "engines": {
26 "node": ">=0.12"
27 }
28}