forked from tenxcloud/node-kubernetes-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "node-kubernetes-client",
"version": "0.2.1",
"description": "Kubernetes client of Node.js",
"main": "index.js",
"scripts": {
"pretest": "jshint .",
"test": "mocha ./test -R spec",
"integration-tests": "mocha ./test/integration/test.js -R spec --bail --timeout 5s"
},
"repository": {
"type": "git",
"url": "git://github.com/tenxcloud/node-kubernetes-client.git"
},
"keywords": [
"kubernetes",
"k8s",
"docker"
],
"author": "huangqg",
"license": "BSD",
"bugs": {
"url": "https://github.com/tenxcloud/node-kubernetes-client/issues"
},
"dependencies": {
"async": "~0.2.9",
"form-data": "~0.1.0",
"glob": "*",
"json-gate": "~0.8.21",
"request": "~2.26.0",
"sugar": "~1.3.9"
},
"devDependencies": {
"jshinthelper": "git+ssh://[email protected]:tenxcloud/jshinthelper.git#0.5.0",
"mocha": "~1.12.0",
"should": "2.1.1",
"mockery": "~1.4.0"
},
"homepage": "https://github.com/tenxcloud/node-kubernetes-client",
"_from": "node-kubernetes-client@*"
}