-
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) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 741 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": "cci",
"version": "0.0.1",
"description": "useful circleci rest api shortcuts",
"main": "index.js",
"bin": {
"cci": "bin/index.js"
},
"scripts": {
"lint": "eslint lib/**",
"test": "echo \"no test\" && exit 0"
},
"keywords": [],
"author": "Kyungyeol Kim <chitacan@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"colors": "^1.1.2",
"commander": "^2.11.0",
"conf": "^1.2.0",
"eslint": "^4.7.0",
"inquirer": "^3.2.3",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"moment": "^2.18.1",
"opn": "^5.1.0",
"ora": "^1.3.0",
"rxjs": "^5.4.3",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"eslint-config-google": "^0.9.1"
}
}