-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 KB
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
{
"name": "docmon",
"version": "1.0.0",
"description": "A quick and dirty Docker monitor for demonstation",
"main": "index.js",
"scripts": {
"start": "node src/app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/millerhooks/docmon.git"
},
"keywords": [
"Docker",
"SVG",
"Node",
"Monitor",
"Presentation"
],
"author": "Miller Hooks",
"license": "MIT",
"bugs": {
"url": "https://github.com/millerhooks/docmon/issues"
},
"homepage": "https://github.com/millerhooks/docmon#readme",
"dependencies": {
"chance": "^1.0.8",
"colourlovers": "^0.1.1",
"cytoscape": "^3.0.0",
"express": "^4.15.2",
"express-ws": "^3.0.0",
"highlight.js": "^9.11.0",
"lodash": "^4.17.4",
"node-cmd": "^3.0.0",
"node-dir": "^0.1.16",
"node-docker-monitor": "^1.0.10",
"node-pty": "^0.6.4",
"rainbowvis.js": "^1.0.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"tinycolor2": "^1.4.1",
"velocity-react": "^1.2.2",
"vivus": "^0.4.0",
"xterm": "^2.5.0"
},
"engines": {
"node": ">=7.0.0"
}
}