-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 968 Bytes
/
package.json
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": "drugserver",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon ./bin/www",
"start": "node ./bin/www"
},
"dependencies": {
"amqplib": "^0.5.2",
"async": "^1.5.0",
"bluebird": "^3.1.1",
"body-parser": "~1.15.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"debug": "~2.2.0",
"excel4node": "^1.2.0",
"express": "~4.13.4",
"express-fileupload": "^0.4.0",
"express-session": "^1.13.0",
"express-validator": "^2.19.1",
"iconv-lite": "^0.4.13",
"jade": "~1.11.0",
"lru-cache": "^4.1.1",
"moment": "^2.11.0",
"morgan": "~1.7.0",
"multer": "^1.2.0",
"mysql": "^2.11.1",
"node-uuid": "^1.4.8",
"nodemailer": "^2.7.2",
"recaptcha2": "^1.3.2",
"request": "^2.67.0",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3",
"util": "^0.10.3",
"utility": "^1.6.0",
"validate.js": "^0.9.0"
}
}