forked from devcbuea/data-collection-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 937 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
35
36
37
38
{
"name": "data-collection-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development node server.js"
},
"dependencies": {
"bcrypt": "^3.0.3",
"body-parser": "^1.18.3",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"consolidate": "^0.14.5",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"debug": "~2.6.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-jwt": "^5.3.0",
"express-session": "^1.15.1",
"glob": "^7.1.2",
"helmet": "^3.5.0",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.10",
"md5": "^2.2.1",
"method-override": "^2.3.7",
"mocha": "^3.2.0",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"passport": "^0.3.2",
"request": "^2.81.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"source-map-support": "^0.4.0"
}
}