aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: e6f2bd8a7211d5c9c34a5d0a4391d7346f96c806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "marksdatabase",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "run": "nodejs src/"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.18.3",
    "cookie-parser": "^1.4.4",
    "express": "^4.16.4",
    "handlebars": "^4.7.6",
    "jsonwebtoken": "^8.5.1",
    "mysql2": "^1.6.5",
    "readline-sync": "^1.4.10",
    "sequelize": "^5.19.5",
    "uplot": "^1.1.0"
  }
}