-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
40 lines (40 loc) · 963 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": "k8s",
"version": "0.4.16",
"author": "junjun16818",
"description": "Node.js client library for Google's Kubernetes Kubectl And API",
"repository": {
"type": "git",
"url": "git+https://github.com/goyoo/node-k8s-client.git"
},
"bugs": {
"url": "https://github.com/goyoo/node-k8s-client/issues"
},
"main": "index.js",
"typings": "typings",
"scripts": {
"test": "mocha test",
"build": "webpack",
"watch": "npm run build -- --watch",
"start": "webpack --watch"
},
"dependencies": {
"request": "^2.72.0",
"rx": "^4.1.0",
"js-yaml": "^3.8.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"@types/node": "^6.0.32",
"chai": "^3.5.0",
"concurrently": "^2.0.0",
"fast-json-patch": "^0.5.7",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"temp": "^0.8.3",
"ts-loader": "^0.8.2",
"typescript": "^2.0.0",
"webpack": "^1.13.1"
},
"license": "MIT"
}