-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
40 lines (40 loc) · 977 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.3.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": "^2.5.0",
"form-data": "^2.2.0",
"glob": "*",
"json-gate": "^0.8.21",
"request": "^2.81.0",
"sugar": "^1.5.0"
},
"devDependencies": {
"mocha": "^3.0",
"should": "^11.0",
"mockery": "^2.0"
},
"homepage": "https://github.com/tenxcloud/node-kubernetes-client",
"_from": "node-kubernetes-client@*"
}