-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "dropstack-cli",
"version": "2.8.0",
"description": "A CLI to simplify continuous deployments into hybrid clouds.",
"author": "Mike Bild <mike@codecommission.com>",
"homepage": "/~https://github.com/codecommission/dropstack-cli#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+/~https://github.com/codecommission/dropstack-cli.git"
},
"bugs": {
"url": "/~https://github.com/codecommission/dropstack-cli/issues"
},
"keywords": ["deploy", "deployment", "cli", "cloud", "hybrid"],
"bin": {
"dropstack": "./bin/dropstack"
},
"dependencies": {
"boxen": "^1.2.2",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"copy-paste": "^1.3.0",
"eventsource": "^1.0.4",
"form-data": "^2.3.1",
"fs-extra": "^4.0.2",
"fstream": "^1.0.11",
"minimatch": "^3.0.4",
"node-fetch": "^1.7.2",
"node-version": "^1.1.0",
"prompt": "^1.0.0",
"tar": "^2.2.1",
"update-notifier": "^2.3.0",
"url-regex": "^4.1.1"
}
}