Initial initial

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-17 13:21:20 +01:00
parent 6c62a814df
commit 6ce917f5d5
7 changed files with 588 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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"
}
}