forked from pkavvadias/web_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 841 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": "web_project",
"version": "1.0.0",
"description": "Har data analyzer for CEID_NY538 ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"chart.js": "^2.9.4",
"consolidate": "^0.16.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"flash": "^1.1.0",
"ipstack": "^0.1.1",
"jade": "^1.11.0",
"leaflet": "^1.7.1",
"leaflet-heatmap": "^1.0.0",
"node-freegeoip": "0.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"pug": "^3.0.0",
"request": "^2.88.2",
"swing": "^3.1.4"
}
}