-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.24 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
43
{
"name": "node.js-register-login-app",
"version": "1.0.0",
"description": "This is a user login and registration app using Node.js, Express, Mongoose and express-sessions. :+1:",
"main": "server.js",
"dependencies": {
"connect-mongo": "^3.2.0",
"csv-parser": "^3.0.0",
"dompurify": "^2.2.6",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"html2canvas": "^1.0.0-rc.7",
"i": "^0.3.6",
"jsdom": "^16.4.0",
"method-override": "^3.0.0",
"mongoose": "^5.11.17",
"mongoose-slug-generator": "^1.0.4",
"multer": "^1.4.2",
"npm": "^7.5.4",
"override": "0.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"socket.io": "^3.1.1",
"string-strip-html": "^8.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FSojitra/Node.js-Register-Login-App.git"
},
"author": "foram sojitra",
"license": "ISC",
"bugs": {
"url": "https://github.com/FSojitra/Node.js-Register-Login-App/issues"
},
"homepage": "https://github.com/FSojitra/Node.js-Register-Login-App#readme"
}