-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
45
46
47
48
49
50
51
52
{
"name": "wifyanywhere",
"version": "1.0.0",
"description": "wifianywhere",
"main": "app.js",
"scripts": {
"test": "node ./bin/www",
"start": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coyas/wifyanywhere.git"
},
"keywords": [
"wifianywhere",
"nodejs",
"Imedia"
],
"author": "Ailton Duarte & Anabella Semedo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Coyas/wifyanywhere/issues"
},
"homepage": "https://github.com/Coyas/wifyanywhere#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"chat-engine": "^0.10.13",
"connect-mysql": "^2.2.5",
"cookie-parser": "^1.4.4",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-mysql-session": "^2.1.0",
"express-session": "^1.16.2",
"express-validator": "^5.3.1",
"font-awesome": "^4.7.0",
"i18n-express": "^1.1.3",
"mysql2": "^1.6.5",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^6.2.1",
"nodemailer-express-handlebars": "^3.1.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"qr-image": "^3.2.0",
"randomstring": "^1.1.5",
"sequelize": "^5.8.12",
"serve-favicon": "^2.5.0"
}
}