aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: cad9a810b0048bcf95846a43c71af4f9dcbb3347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
  }
}