2018-12-18 19:48:16 +01:00
|
|
|
{
|
|
|
|
"name": "little-library",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "A digital give-a-book, take-a-book library for ebooks",
|
2018-12-18 21:18:06 +01:00
|
|
|
"main": "src/index.js",
|
2018-12-18 19:48:16 +01:00
|
|
|
"repository": "https://github.com/Alamantus/little-library.git",
|
|
|
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
2018-12-18 21:18:06 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2018-12-26 21:48:13 +01:00
|
|
|
"body-parser": "^1.18.3",
|
2018-12-18 21:18:06 +01:00
|
|
|
"express": "^4.16.4",
|
2018-12-26 21:48:13 +01:00
|
|
|
"express-fileupload": "^1.0.0",
|
|
|
|
"filenamify": "^2.1.0",
|
2018-12-18 21:18:06 +01:00
|
|
|
"helmet": "^3.15.0",
|
2018-12-26 21:48:13 +01:00
|
|
|
"slugify": "^1.3.4",
|
2018-12-18 21:18:06 +01:00
|
|
|
"socket.io": "^2.2.0",
|
2018-12-26 21:48:13 +01:00
|
|
|
"socket.io-client": "^2.2.0",
|
|
|
|
"unused-filename": "^1.0.0"
|
2018-12-18 21:18:06 +01:00
|
|
|
}
|
2018-12-18 19:48:16 +01:00
|
|
|
}
|