-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "matcha",
"version": "1.0.0",
"description": "42 pproject: Dating website using NodeJS MySQL and Bootstrap librairy",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node utils/setup.js && nodemon server.js || true"
},
"author": "nristorc - acoulomb",
"license": "ISC",
"dependencies": {
"@google/maps": "^0.5.5",
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dns-socket": "^4.1.1",
"ejs": "^2.6.1",
"ent": "^2.2.0",
"express": "^4.16.4",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"got": "^9.5.0",
"hogan.js": "^3.0.2",
"ipstack": "^0.1.1",
"jsonwebtoken": "^8.4.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"nodemailer": "^4.7.0",
"nodemon": "^1.18.9",
"pify": "^4.0.1",
"public-ip": "^2.5.0",
"request": "^2.88.0",
"socket.io": "^2.2.0",
"uuid": "^3.3.2"
}
}