31 lines
809 B
JSON
31 lines
809 B
JSON
{
|
|
"name": "little-library",
|
|
"version": "0.0.0",
|
|
"description": "A digital give-a-book, take-a-book library for ebooks",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"repository": "https://github.com/Alamantus/little-library.git",
|
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"bulma": "^0.7.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"express": "^4.16.4",
|
|
"express-fileupload": "^1.0.0",
|
|
"fecha": "^3.0.2",
|
|
"filenamify": "^2.1.0",
|
|
"helmet": "^3.15.0",
|
|
"jquery": "^3.3.1",
|
|
"onezip": "^3.1.1",
|
|
"snarkdown": "^1.2.2",
|
|
"socket.io": "^2.2.0",
|
|
"socket.io-client": "^2.2.0",
|
|
"striptags": "^3.1.1",
|
|
"tinycolor2": "^1.4.1",
|
|
"unused-filename": "^1.0.0"
|
|
}
|
|
}
|