-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 981 Bytes
/
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
{
"name": "crime-prediction-reporting-system",
"version": "1.0.0",
"description": "Following website would help to find out the crimes taken place according to places as well as help to register crimes.",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"chart.js": "^4.3.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.0.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"mongoose": "^6.10.0",
"mongoose-double": "^0.0.1",
"nodemon": "^2.0.22",
"path": "^0.12.7",
"session": "^0.1.0"
}
}