-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 982 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 982 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
37
38
39
40
41
{
"name": "web2-nodejs",
"version": "1.0.0",
"description": "",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-n/Nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/web-n/Nodejs/issues"
},
"homepage": "https://github.com/web-n/Nodejs#readme",
"dependencies": {
"@egjs/infinitegrid": "^3.5.5",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-mysql-session": "^2.1.0",
"jquery": "^3.4.1",
"jsdom": "^15.2.1",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-local": "^1.0.0",
"pbkdf2-password": "^1.2.1",
"ppt-png": "^0.5.5",
"sanitize-html": "^1.18.2"
}
}