-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 981 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
{
"name": "CoreGI",
"version": "1.1.0",
"description": "WebUI for monitoring CoreOS clusters including fleet and etcd",
"main": "app.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yodlr/CoreGI.git"
},
"author": "Jared De La Cruz",
"license": "MIT",
"bugs": {
"url": "https://github.com/yodlr/CoreGI/issues"
},
"homepage": "https://github.com/yodlr/CoreGI",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.9.0",
"bunyan": "^1.3.3",
"bunyan-prettystream": "^0.1.3",
"cookie-parser": "^1.3.3",
"cron": "1.0.5",
"express": "^4.9.8",
"fleetctl": "git+https://[email protected]/yodlr/node-fleetctl.git",
"hbs": "^2.7.0",
"memory-cache": "0.0.5",
"node-etcd": "^3.0.2",
"serve-favicon": "^2.1.6"
},
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.8"
}
}