-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "cloudcoreo-cli",
"description": "The CloudCoreo CLI allows you to install Cloud Stacks. CloudCoreo is a package manager for the cloud.",
"version": "0.0.1",
"bin": {
"coreo": "./coreo.js"
},
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:CloudCoreo/cloudcoreo-cli.git"
},
"keywords": [
"CloudCoreo",
"AWS",
"Azure",
"Cloud Management",
"Stack",
"AppStack"
],
"author": "Paul Allen",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/CloudCoreo/cloudcoreo-cli/issues"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"cli-table": "^0.3.1",
"commander": "2.8.0",
"fs-utils": "^0.6.0",
"gift": "0.1.1",
"gitane-windows": "^0.3.2",
"js-yaml": "3.2.7",
"jsonfile": "2.0.0",
"line-reader": "^0.2.4",
"mkdirp": "0.5.0",
"node-rsa": "^0.2.23",
"prompt": "^0.2.14",
"readline-sync": "^1.2.16",
"request": "2.55.0",
"sync-exec": "^0.5.0",
"sync-request": "^2.0.1",
"temp": "^0.8.1",
"trim": "0.0.1",
"underscore": "1.8.3",
"walkdir": "0.0.8"
}
}