38 lines
873 B
JSON
38 lines
873 B
JSON
{
|
|
"name": "ohmnews",
|
|
"version": "1.0.0",
|
|
"description": "ohm-information app for smarter and more intuitive information and organization",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.efi.th-nuernberg.de/gitea/hopfma/om.git"
|
|
},
|
|
"keywords": [
|
|
"ohm",
|
|
"news",
|
|
"app"
|
|
],
|
|
"author": "Barbalan, Gruenzinger, Mandutz, Pham, Roemmelt",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"buefy": "^0.7.8",
|
|
"connect-mongo": "^3.0.0",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.16.2",
|
|
"inquirer": "^6.4.1",
|
|
"ldap-escape": "^2.0.2",
|
|
"ldapjs": "^1.0.2",
|
|
"mongodb": "^3.2.7",
|
|
"mongoose": "^5.6.2",
|
|
"morgan": "^1.9.1",
|
|
"serve-favicon": "^2.5.0",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.0.6"
|
|
},
|
|
"devDependencies": {}
|
|
}
|