forked from 2015-Middleware-Keynote/hexboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "hexboard",
"version": "0.0.1",
"description": "A hexboard for visualizing Kubernetes pod status",
"repository": "https://github.com/bleathem/hexboard",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "server/server.js",
"author": "Brian Leathem",
"license": "ASLv2",
"devDependencies": {
"node-inspector": "^0.9.2",
"should": "^5.2.0",
"superagent": "^1.2.0",
"supertest": "^0.15.0",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-less": "^3.0.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.5",
"gulp-plumber": "^0.6.6",
"gulp-rename": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz",
"gulp-sass": "^2.0.4",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.4",
"node-env-file": "^0.1.7",
"open": "0.0.5"
},
"dependencies": {
"base64-stream": "^0.1.3",
"basic-auth": "^1.0.3",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"config-multipaas": "^0.2.1",
"d3": "^3.5.16",
"debuglog": "^1.0.1",
"express": "^4.13.4",
"http-proxy": "^1.13.2",
"jquery": "^2.2.1",
"morgan": "^1.7.0",
"netmask": "^1.0.5",
"numeral": "^1.5.3",
"patternfly": "^3.3.4",
"q": "^2.0.3",
"request": "^2.71.0",
"rx": "^4.0.8",
"rx-dom": "^7.0.3",
"rx-node": "^1.0.2",
"sort-stream2": "^1.0.0",
"split": "^1.0.0",
"stream-filter": "^1.0.0",
"through2": "^2.0.1",
"underscore": "^1.8.3",
"uuid-js": "^0.7.5",
"ws": "^1.0.1"
}
}