This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
2019-08-21 12:52:12 +02:00
|
|
|
{
|
|
|
|
"name": "BiblIO",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The backend of PVV's integrated library system.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "nodemon server.js"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"nodemon": "^1.19.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-12 13:54:20 +01:00
|
|
|
"bcrypt": "^5.0.0",
|
2019-08-21 12:52:12 +02:00
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"express": "^4.16.4",
|
|
|
|
"mongoose": "^5.5.9"
|
|
|
|
}
|
|
|
|
}
|