-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.21 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
44
45
46
47
{
"name": "pinet",
"version": "1.0.0",
"description": "private network",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drdung1999/pinet.git"
},
"author": "Anthony Levi",
"license": "ISC",
"bugs": {
"url": "https://github.com/drdung1999/pinet/issues"
},
"homepage": "https://github.com/drdung1999/pinet#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"connect-redis": "^5.0.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-ejs-extend": "0.0.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"image-downloader": "^4.0.1",
"lodash": "^4.17.20",
"mongodb": "^3.6.0",
"mongoose": "^5.9.28",
"multer": "^1.4.2",
"nodemailer": "^6.4.11",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-oauth": "^1.0.0",
"pem": "^1.14.4",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"uid": "^1.0.0",
"uuid": "^8.3.0"
}
}