forked from CloudElementsOpenLabs/the-doctor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 843 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 843 Bytes
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
{
"name": "ce-util",
"version": "2.2.5-beta.1",
"description": "Utility for interacting with CE platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"doctor": "src/cli/doctor.js",
"ce-util": "src/cli/doctor.js"
},
"author": "cgeene",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/CloudElementsOpenLabs/the-doctor.git"
},
"dependencies": {
"cli-spinner": "^0.2.10",
"commander": "^2.20.0",
"console.table": "^0.10.0",
"deep-sort-object": "^1.0.2",
"dotenv": "^4.0.0",
"inquirer": "^5.1.0",
"optimist": "^0.6.1",
"ramda": "^0.25.0",
"ramda-adjunct": "^2.17.0",
"replaceall": "^0.1.6",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"touch": "^3.1.0"
}
}