UNPKG

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