-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 984 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
39
40
41
{
"name": "bisquette",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"ajax": "0.0.4",
"alertifyjs": "^1.11.1",
"axios": "^0.18.0",
"bcrypt": "^3.0.1",
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.3",
"crypto-js": "^3.1.9-1",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"http": "0.0.0",
"http-errors": "~1.6.2",
"jQuery": "^1.7.4",
"jade": "~1.11.0",
"jsbarcode": "^3.11.0",
"mongoose": "^5.2.16",
"morgan": "~1.9.0",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.4",
"noty": "^3.2.0-beta",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"qrcode": "^1.3.3",
"qrcode-generator": "^1.4.1",
"shelljs": "^0.8.2",
"sweetalert2": "^8.0.1",
"twilio": "^3.27.1"
}
}