forked from pankaj031197/WebForum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 698 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
{
"name": "webdevforum",
"version": "1.0.0",
"description": "Online forum community made using Mean Stack Technology",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "PK",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.0",
"mongoose-paginate": "^5.0.3",
"multer": "^1.4.0",
"nodemailer": "^4.6.4",
"npm": "^6.4.1",
"querystring": "^0.2.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
}
}