UNPKG

1.67 kBJSONView Raw
1{
2 "name": "deploy-state-util",
3 "version": "2.3.0",
4 "description": "CLI utility for managing the deploy-state-service",
5 "keywords": [
6 "deploy-state"
7 ],
8 "homepage": "https://github.com/octoblu/deploy-state-util",
9 "bugs": "https://github.com/octoblu/deploy-state-util/issues",
10 "author": {
11 "name": "Octoblu",
12 "url": "https://github.com/octoblu"
13 },
14 "bin": {
15 "deploy-state-configure": "./command-configure.js",
16 "deploy-state-list": "./command-list.js",
17 "deploy-state-set-cluster": "./command-set-cluster.js",
18 "deploy-state-set-build": "./command-set-build.js",
19 "deploy-state-set": "./command-set.js",
20 "deploy-state-status": "./command-status.js",
21 "deploy-state-watch": "./command-watch.js",
22 "deploy-state": "./command.js"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/octoblu/deploy-state-util.git"
27 },
28 "scripts": {
29 "start": "node command.js",
30 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
31 },
32 "dependencies": {
33 "async": "^2.0.1",
34 "cli-clear": "^1.0.4",
35 "coffee-script": "^1.10.0",
36 "colors": "^1.1.2",
37 "commander": "^2.9.0",
38 "debug": "^2.2.0",
39 "lodash": "^4.15.0",
40 "moment": "^2.15.0",
41 "node-yaml": "^3.0.2",
42 "request": "^2.74.0"
43 },
44 "devDependencies": {
45 "chai": "^3.5.0",
46 "coffee-coverage": "^1.0.1",
47 "coffee-script": "^1.10.0",
48 "istanbul": "^0.4.5",
49 "mocha": "^3.0.2",
50 "mocha-istanbul": "^0.3.0",
51 "sinon": "^1.17.5",
52 "sinon-chai": "^2.8.0"
53 },
54 "peerDependencies": {},
55 "engines": {
56 "node": ">=5.0.0",
57 "npm": ">=3.0.0"
58 },
59 "license": "MIT"
60}