-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 987 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 987 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
{
"dependencies": {
"@google-cloud/storage": "^3.0.4",
"bcrypt": "^3.0.6",
"chai": "^4.2.0",
"curl": "^0.1.4",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-session": "^1.16.2",
"fs": "0.0.1-security",
"handlebars": "^4.1.2",
"helmet": "^3.18.0",
"htmlescape": "^1.1.1",
"http": "0.0.0",
"http-server": "^0.11.1",
"jquery": "^3.4.0",
"jsdom": "^14.0.0",
"jsonwebtoken": "^8.5.1",
"mailgun-js": "^0.22.0",
"mysql2": "^1.6.5",
"node-fetch": "^2.6.0",
"nodemailer": "^6.3.0",
"nodemailer-express-handlebars": "^3.1.0",
"nodemailer-mailgun-transport": "^1.4.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"sequelize": "^5.9.0",
"sleep": "^6.1.0"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"directories": {
"test": "test"
}
}