-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 916 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
{
"name": "k8s-network-graph",
"version": "0.0.1",
"description": "k8s network graph",
"main": "index.js",
"scripts": {
"start": " ./node_modules/.bin/webpack-dev-server --open",
"build": " ./node_modules/.bin/webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrishiestand/k8s-network-graph.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/chrishiestand/k8s-network-graph/issues"
},
"homepage": "https://github.com/chrishiestand/k8s-network-graph#readme",
"devDependencies": {
"css-loader": "^0.28.7",
"file-loader": "^0.11.2",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"html-webpack-plugin": "^2.30.1",
"k8s-dot-graph": "^0.1.1",
"ramda": "^0.24.1",
"viz.js": "^1.8.0"
}
}