ArgusSite/package.json

32 lines
670 B
JSON
Raw Permalink Normal View History

2023-07-03 22:31:18 +00:00
{
"name": "argus",
"version": "1.0.0",
"description": "Cameras",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-08-28 11:25:45 +00:00
"axios": "^1.5.0",
2023-09-26 13:15:36 +00:00
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
2023-07-16 16:09:25 +00:00
"dotenv": "^16.3.1",
2023-07-03 22:31:18 +00:00
"express": "^4.18.2",
"express-session": "^1.17.3",
2023-07-16 16:09:25 +00:00
"fs": "^0.0.1-security",
"handlebars": "^4.7.7",
2023-07-24 04:53:11 +00:00
"http": "^0.0.1-security",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
2023-08-28 11:25:45 +00:00
"moment": "^2.29.4",
2023-07-16 16:09:25 +00:00
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
2023-07-24 04:53:11 +00:00
"pg": "^8.11.1",
2023-08-28 04:40:58 +00:00
"ssh2": "^1.14.0",
2023-07-24 04:53:11 +00:00
"ws": "^8.13.0"
2023-07-03 22:31:18 +00:00
}
}