UNPKG

1.24 kBJSONView Raw
1{
2 "name": "the-real-deployinator",
3 "version": "1.3.1",
4 "description": "Deployinator for deployinate",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "bin": {
10 "t1000-deploy": "./command-deploy.js",
11 "t1000-list": "./command-list.js",
12 "t1000-status": "./command-status.js",
13 "t1000-rollback": "./command-rollback.js",
14 "deployinator-deploy": "./command-deploy.js",
15 "deployinator-list": "./command-list.js",
16 "deployinator-status": "./command-status.js",
17 "deployinator-rollback": "./command-rollback.js",
18 "t1000": "./command.js",
19 "deployinator": "./command.js"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/octoblu/deployinator.git"
24 },
25 "keywords": [
26 "DEPLOY"
27 ],
28 "author": "Octoblu <npm@octoblu.com>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/octoblu/deployinator/issues"
32 },
33 "homepage": "https://github.com/octoblu/deployinator#readme",
34 "dependencies": {
35 "coffee-script": "^1.9.3",
36 "colors": "^1.1.2",
37 "commander": "^2.8.1",
38 "debug": "^2.2.0",
39 "jsome": "^1.3.2",
40 "lodash": "^3.10.1",
41 "request": "^2.60.0",
42 "semver-compare": "^1.0.0"
43 }
44}