25 lines
665 B
JSON
25 lines
665 B
JSON
{
|
|
"name": "omem-gallery",
|
|
"version": "1.0.0",
|
|
"description": "Bildergallerie für den THW OV Memmingen",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "David Adrian Heidl",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"express-basic-auth": "^1.2.1",
|
|
"express-session": "^1.17.3",
|
|
"fs": "^0.0.1-security",
|
|
"http": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"log-timestamp": "^0.3.0",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|