-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 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
37
38
39
40
41
42
43
44
45
46
{
"name": "change_oc",
"version": "0.0.35",
"description": "download and change oc version",
"main": "index.js",
"bin": {
"change_oc": "./index.js"
},
"scripts": {
"test": "mocha --ui tdd",
"start": "node index.js",
"lint": "eslint"
},
"keywords": [
"oc",
"change",
"cli",
"command line",
"openshift",
"tool"
],
"author": "Austin Cunningham",
"license": "GPL-3.0",
"dependencies": {
"chalk-animation": "1.6.0",
"child_process": "^1.0.2",
"colors": "^1.3.3",
"readline-sync": "^1.4.9",
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"mocha": "^6.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/austincunningham/change_oc.git"
},
"bugs": {
"url": "https://github.com/austincunningham/change_oc/issues"
},
"homepage": "http://change-oc.ddns.net"
}