-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"name": "pyroServer",
"version": "1.0.0-a.3",
"author": "Prescott Prue <sprue.dev@gmail.com>",
"private": true,
"engines": {
"node": "0.10.33"
},
"scripts": {
"start": "node ./bin/www"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-contrib-copy": "^0.7.0",
"grunt-jsdoc": "^0.5.7",
"grunt-shell": "^1.1.2",
"iodocs": "0.0.1",
"load-grunt-tasks": "^3.1.0"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"cors": "^2.5.2",
"debug": "~2.0.0",
"express": "~4.9.0",
"firebase": "^2.0.2",
"firebase-admin": "^2.0.1",
"firebase-token-generator": "^2.0.0",
"fs-extra": "^0.12.0",
"jade": "~1.6.0",
"knox-copy": "^0.2.2",
"mime": "^1.2.11",
"morgan": "~1.3.0",
"newrelic": "^1.14.3",
"q": "^1.1.2",
"replace": "^0.3.0",
"request": "^2.49.0",
"request-cookies": "^1.1.0",
"s3": "^4.3.1",
"serve-favicon": "~2.1.3",
"underscore": "^1.7.0"
}
}