little-library/package.json

16 lines
428 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",
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": {
"express": "^4.16.4",
"helmet": "^3.15.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
}
2018-12-18 19:48:16 +01:00
}