forked from AkhilMukkamala/node-ultimate-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "node-ultimate-starter",
"version": "1.0.0",
"description": "",
"main": "App.js",
"scripts": {
"start": "pm2 start ecosystem.config.js --env production",
"dev": "pm2 start ecosystem.config.js --env development",
"debug": "pm2 start ecosystem.config.js --env debug",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Akhil Mukkamala",
"license": "ISC",
"dependencies": {
"ajv": "^6.10.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"dotenv": "^8.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-useragent": "^1.0.13",
"geoip-lite": "^1.3.7",
"helmet": "^3.22.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.1.2",
"lusca": "^1.6.1",
"mailgun": "^0.5.0",
"mailgun-js": "^0.21.0",
"mongoose": "^5.3.3",
"nodemailer": "^6.3.0",
"pm2": "^3.5.1",
"public-ip": "^3.2.0",
"qrcode": "^1.4.1",
"request-ip": "^2.1.3",
"shortid": "^2.2.14",
"socket.io": "^2.2.0",
"speakeasy": "^2.0.0",
"useragent": "^2.3.0"
},
"engines": {
"node": "12.16.1",
"npm": "6.13.4"
}
}