First commit

Halb fertig
This commit is contained in:
2019-04-02 22:07:35 +02:00
commit 3695b33c83
14 changed files with 1858 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "laufschrift",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"moment": "^2.24.0",
"morgan": "~1.9.0",
"mqtt": "^2.18.8",
"pug": "^2.0.3"
}
}