-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 900 Bytes
/
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
{
"name": "siteweb",
"version": "0.0.1",
"description": "quiz app",
"license": "GPL-3.0",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.11.3",
"html-entities": "^1.2.1",
"htmlspecialchars": "^1.0.5",
"mdbootstrap": "^4.6.1",
"mimelib": "^0.3.1",
"moment": "^2.23.0",
"morgan": "^1.6.0",
"multer": "^1.4.1",
"mysql": "^2.0.0",
"npmlog": "^4.1.2",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"remove-accents": "^0.4.2"
},
"engines": {
"node": ">=4.9"
},
"scripts": {
"start": "node app.js"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}