forked from tenxcloud/node-kubernetes-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 982 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
{
"name": "node-kubernetes-client",
"version": "0.2.2",
"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": "MIT",
"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.72.0",
"sugar": "~1.3.9"
},
"devDependencies": {
"mocha": "~1.12.0",
"should": "2.1.1",
"mockery": "~1.4.0"
},
"homepage": "https://github.com/tenxcloud/node-kubernetes-client",
"_from": "node-kubernetes-client@*"
}