diff options
author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2022-01-08 16:49:37 +0200 |
---|---|---|
committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2022-01-08 16:49:37 +0200 |
commit | 24709fa862636702fd0430e832463b751fce323e (patch) | |
tree | 8bd4eabbf2c7fe4525f66bfe55e3c47994214d79 /package.json | |
parent | 4e5fe4711fe46a6af740aadbf23bde86bb5acf69 (diff) | |
download | LYLLRuoka-24709fa862636702fd0430e832463b751fce323e.tar.gz LYLLRuoka-24709fa862636702fd0430e832463b751fce323e.zip |
Parsing the shifts (not classes) to the database + some GUI improvements
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..cad9a81 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "lyll-ruoka", + "version": "1.0.0", + "description": "Server to serve information about the food shifts and foods in LYLL", + "main": "server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node server.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/JoelHMikael/FoodJS.git" + }, + "keywords": [ + "food", + "server", + "database", + "school" + ], + "author": "Joel Kronqvist", + "license": "UNLICENSED", + "bugs": { + "url": "https://github.com/JoelHMikael/FoodJS/issues" + }, + "homepage": "https://github.com/JoelHMikael/FoodJS#readme", + "dependencies": { + "mysql2": "^2.3.3" + } +} |