-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "refugeeService",
"version": "0.0.1",
"description": "Backend for the RefugeeApp",
"author": "Julian Schmitt",
"private": true,
"dependencies": {
"body-parser": "^1.15.1",
"composable-middleware": "^0.3.0",
"cookie-parser": "^1.4.1",
"crypto": "0.0.3",
"express": "*",
"express-session": "^1.13.0",
"file-stream-rotator": "0.0.6",
"jsonwebtoken": "^5.7.0",
"letsencrypt-express": "^1.1.5",
"mongodb": "^2.1.16",
"mongoose": "^4.4.12",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"spdy": "^3.3.3"
},
"devDependencies": {
"chai": "^2.0.0",
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsbeautifier": "^0.2.10",
"mocha": "^2.1.0",
"mocha-jshint": "0.0.9",
"mocha-mongo": "^0.1.1",
"mocha-steps": "0.0.1",
"q": "^1.1.2",
"supertest": "^0.15.0"
}
}