-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 KB
/
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
41
42
43
44
{
"name": "turtle-express-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "standard",
"format": "node ./scripts/format.js"
},
"dependencies": {
"amqplib": "^0.5.3",
"axios": "^0.18.0",
"bcrypt": "^3.0.5",
"body-parser": "~1.18.3",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"cryptr": "^4.0.0",
"debug": "^4.1.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-mysql-session": "^2.1.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"helmet": "^3.16.0",
"knex": "^0.15.2",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"mysql": "^2.16.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"permission": "^1.1.0",
"pug": "^2.0.3",
"qrcode": "^1.3.3",
"serve-favicon": "^2.5.0",
"speakeasy": "^2.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"glob": "^7.1.3",
"js-beautify": "^1.9.1",
"standard": "^12.0.1"
}
}