-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "FifthElement",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"test": "mocha test/backend-test/test-testdb",
"insert": "node ./scripts/dummydataInsert.js",
"backup": "node ./scripts/backupDB.js"
},
"dependencies": {
"body-parser": "~1.8.1",
"bower": "^1.3.12",
"cookie-parser": "~1.3.3",
"debug": "^2.0.0",
"express": "~4.9.0",
"express-jwt": "^0.5.0",
"formidable": "^1.0.15",
"fs-extra": "^0.12.0",
"jade": "~1.6.0",
"jsonwebtoken": "^1.3.0",
"mongoose": "^3.8.19",
"morgan": "^1.3.2",
"quickthumb": "0.0.10",
"request": "^2.51.0",
"serve-favicon": "~2.1.3"
},
"devDependencies": {
"bower": "^1.3.12",
"jasmine-core": "^2.1.2",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.1",
"karma-safari-launcher": "^0.1.1",
"mocha": "^2.0.1",
"mongodb": "^1.4.22",
"should": "^4.3.0",
"supertest": "^0.15.0"
}
}