-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 990 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "cxcloud",
"version": "0.18.1",
"description": "CXCloud command line tools",
"license": "MIT",
"repository": "cxcloud/cxcloud-cli",
"author": {
"name": "CXCloud",
"email": "[email protected]",
"url": "https://docs.cxcloud.com"
},
"bin": "lib/cxcloud.js",
"engines": {
"node": ">=6"
},
"scripts": {},
"files": [
"lib/*",
"templates/*"
],
"keywords": [
"cxcloud",
"commandline",
"terminal",
"code-generator"
],
"dependencies": {
"aws-regions": "^1.4.1",
"boxen": "^2.0.0",
"chalk": "^2.4.1",
"commander": "^2.17.1",
"ejs": "^2.6.1",
"execa": "^1.0.0",
"fs-extra": "^7.0.0",
"generator-cxcloud": "^0.6.2",
"get-stream": "^4.0.0",
"glob": "^7.1.3",
"inquirer": "^6.2.0",
"joi": "^14.0.6",
"js-yaml": "^3.13.1",
"ora": "^3.0.0",
"persistent-cache": "^1.1.1",
"untildify": "^3.0.3",
"yeoman-environment": "^2.3.4"
},
"devDependencies": {}
}