-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 930 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": "glance",
"version": "1.0.0",
"description": "Dashboard for displaying things",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yodlr/glance.git"
},
"author": "Jared De La Cruz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yodlr/glance/issues"
},
"homepage": "https://github.com/yodlr/glance",
"dependencies": {
"async": "^1.0.0",
"body-parser": "^1.12.4",
"bunyan": "^1.3.5",
"bunyan-prettystream": "^0.1.3",
"cookie-parser": "^1.3.5",
"cron": "^1.0.9",
"express": "^4.12.4",
"github": "^0.2.4",
"hbs": "^3.0.1",
"memory-cache": "^0.1.2",
"pkginfo": "^0.3.0",
"serve-favicon": "^2.2.1"
},
"devDependencies": {
"bower": "^1.4.1",
"gulp": "^3.8.11"
}
}