little-library/package.json

31 lines
809 B
JSON
Raw Normal View History

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",
"main": "server.js",
"scripts": {
"start": "node server.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": {
"body-parser": "^1.18.3",
"bulma": "^0.7.2",
"cookie-parser": "^1.4.3",
2018-12-18 21:18:06 +01:00
"express": "^4.16.4",
"express-fileupload": "^1.0.0",
2018-12-27 22:54:11 +01:00
"fecha": "^3.0.2",
"filenamify": "^2.1.0",
2018-12-18 21:18:06 +01:00
"helmet": "^3.15.0",
"jquery": "^3.3.1",
2019-01-04 21:46:41 +01:00
"onezip": "^3.1.1",
"snarkdown": "^1.2.2",
2018-12-18 21:18:06 +01:00
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"striptags": "^3.1.1",
"tinycolor2": "^1.4.1",
"unused-filename": "^1.0.0"
2018-12-18 21:18:06 +01:00
}
2018-12-18 19:48:16 +01:00
}