-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 778 Bytes
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
{
"name": "Flare",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.8.4",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"debug": "^2.0.0",
"express": "^4.9.5",
"express-stormpath": "^0.6.3",
"jade": "^1.6.0",
"morgan": "^1.3.2",
"newrelic": "^1.14.2",
"serve-favicon": "~2.1.3",
"stormpath": "^0.8.1",
"stylus": "0.42.3"
},
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/flaredash/flare"
},
"author": "Baird Castleberry",
"license": "MIT",
"bugs": {
"url": "https://github.com/flaredash/flare/issues"
},
"homepage": "https://github.com/flaredash/flare"
}