-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
48
49
50
51
52
53
54
55
{
"name": "police-cad",
"description": "This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.",
"version": "0.3.2",
"main": "server.js",
"dependencies": {
"async": "^3.2.2",
"axios": "^0.25.0",
"bcrypt-nodejs": "0.0.3",
"chai": "^4.2.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^2.6.2",
"express": "^4.16.3",
"express-rate-limit": "^5.1.3",
"express-session": "^1.16.2",
"got": "^12.0.1",
"graceful-fs": "^4.2.4",
"handlebars": "^4.7.7",
"minimist": "^1.2.6",
"mocha": "^7.2.0",
"mongo-sanitize": "^1.1.0",
"mongoose": "^5.13.14",
"mpromise": "^0.5.5",
"mquery": "^3.2.3",
"nodemailer": "^6.6.1",
"nodemailer-sendgrid": "^1.0.3",
"now": "^19.1.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": ">= 0.0.0",
"randomstring": "^1.2.1",
"rate-limit-mongo": "^2.2.0",
"socket.io": "^4.1.2",
"stream": "^0.0.2",
"svg-captcha": "^1.4.0",
"tail.select": "^0.5.15"
},
"scripts": {
"start": "node --optimize_for_size --max-old-space-size=6000 --gc_interval=100 app.js",
"test": "mocha",
"dev": "nodemon --optimize_for_size --max-old-space-size=6000 --gc_interval=100 app.js"
},
"engines": {
"node": "14.x"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}