-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
{
"name": "htdocs",
"version": "1.0.0",
"description": "",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"alert": "^5.0.10",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-loki": "^1.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-mysql-session": "^2.1.6",
"express-session": "^1.17.1",
"helmet": "^4.5.0",
"lowdb": "^1.0.0",
"lowdb-session-store": "^1.1.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"python-shell": "^3.0.0",
"sanitize-html": "^2.3.3",
"session": "^0.1.0",
"session-file-store": "^1.5.0",
"shortid": "^2.2.16",
"supervisor": "^0.12.0"
},
"engines": {
"node": "14.17.0",
"npm": "6.14.8"
}
}