-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 KB
/
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": "cisco-kube-client",
"version": "1.2.1",
"description": "Cisco Kubernetes and OpenShift client for Node.js",
"main": "index.js",
"engines": {
"node": "^4.3.2"
},
"scripts": {
"prepublish": "npm test",
"pretest": "make",
"test": "mocha --timeout 20000 test/integrated"
},
"repository": {
"type": "git",
"url": "git://github.com/ryclarke/cisco-kube-client.git"
},
"keywords": [
"cisco",
"kubernetes",
"openshift",
"k8s",
"docker"
],
"author": {
"name": "Ryan Clarke ryclarke@cisco.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ryclarke/cisco-kube-client/issues"
},
"dependencies": {
"bluebird": "^3.3.4",
"bunyan": "^1.8.1",
"request": "^2.26.0",
"sugar": "^1.3.9"
},
"devDependencies": {
"jsdoc": "^3.4.0",
"jsdoc-oblivion": "0.0.4",
"mocha": "^2.4.5",
"should": "^8.3.1",
"uglify-js": "^2.6.2"
},
"homepage": "https://github.com/ryclarke/cisco-kube-client",
"readmeFilename": "README.md"
}