UNPKG

1.71 kBJSONView Raw
1{
2 "name": "deploy-state-util",
3 "version": "3.0.1",
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 "@octoblu/docker-hub-api": "^1.0.2",
34 "async": "^2.0.1",
35 "cli-clear": "^1.0.4",
36 "coffee-script": "^1.10.0",
37 "colors": "^1.1.2",
38 "commander": "^2.9.0",
39 "debug": "^2.2.0",
40 "lodash": "^4.15.0",
41 "moment": "^2.15.0",
42 "node-yaml": "^3.0.2",
43 "request": "^2.74.0"
44 },
45 "devDependencies": {
46 "chai": "^3.5.0",
47 "coffee-coverage": "^1.0.1",
48 "coffee-script": "^1.10.0",
49 "istanbul": "^0.4.5",
50 "mocha": "^3.0.2",
51 "mocha-istanbul": "^0.3.0",
52 "sinon": "^1.17.5",
53 "sinon-chai": "^2.8.0"
54 },
55 "peerDependencies": {},
56 "engines": {
57 "node": ">=5.0.0",
58 "npm": ">=3.0.0"
59 },
60 "license": "MIT"
61}