-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 900 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 900 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
{
"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": {
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"compression": "^1.7.2",
"connect-flash": "^0.1.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.12.1",
"lowdb": "^1.0.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"sanitize-html": "^1.18.2",
"session-file-store": "^1.2.0",
"shortid": "^2.2.12"
}
}