Files
vinlottis/package.json
Kasper Rynning-Tønnesen 6ce917f5d5 Initial initial
2020-01-17 13:21:20 +01:00

19 lines
382 B
JSON

{
"name": "vinlotteri",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.8.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1"
}
}