-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
45
46
{
"name": "SERVER",
"version": "1.0.0",
"private": true,
"scripts": {
"prestart": "npm install",
"start": "SET NODE_ENV=dev && node server.js",
"test": "mocha --timeout 80000"
},
"dependencies": {
"amqplib": "^0.4.2",
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"csvtojson": "^1.0.2",
"debug": "~2.2.0",
"ejs": "^2.5.2",
"express": "~4.13.4",
"express-jwt": "^5.1.0",
"express-session": "^1.14.1",
"jsonwebtoken": "^7.1.9",
"morgan": "~1.7.0",
"nodemailer": "^2.6.4",
"passport": "^0.3.2",
"password-generator": "^2.0.2",
"password-hash-and-salt": "^0.1.4",
"q": "^1.4.1",
"request": "^2.74.0",
"rethinkdb": "^2.3.3",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.8",
"thinky": "^2.3.7"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.1.0",
"should": "^11.1.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"supertest": "^2.0.0",
"morgan": "^1.7.0"
}
}