-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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
{
"author": "Cesar Valdez",
"dependencies": {
"bindings": "^1.3.1",
"lodash": "^4.17.11",
"nan": "^2.12.1",
"node-addon-api": "^1.6.2",
"okd-api": "^0.9.20",
"readline-sync": "^1.4.9"
},
"description": "Self deploying Node.JS applications in OpenShift.",
"gypfile": true,
"homepage": "https://github.com/cesarvr/okd-runner",
"keywords": [
"OpenShift",
"Kubernetes",
"Deployment"
],
"license": "MIT",
"main": "index.js",
"name": "okd-runner",
"repository": {
"type": "git",
"url": "https://github.com/cesarvr/okd-runner.git"
},
"scripts": {
"start": "node index.js",
"test": "clear && mocha --exit test/"
},
"version": "0.2.7",
"devDependencies": {
"chai": "^4.2.0"
}
}