aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6895964d5ec70d4e9e3332f9ced9510d7c87f733 (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": "markskitchen",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "run": "sudo nodejs src/"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "apicache": "^1.6.2",
    "body-parser": "^1.19.0",
    "cookie-parser": "^1.4.4",
    "express": "^4.17.1",
    "handlebars": "^4.7.7",
    "jsonwebtoken": "^8.5.1",
    "marked": "^3.0.2",
    "minimist": ">=0.2.1",
    "multer": "^1.4.2",
    "mysql2": "^2.3.0",
    "nodemailer": "^6.6.3",
    "request": "^2.88.0",
    "rss": "^1.2.2",
    "sequelize": "^5.21.4",
    "uuid": "^3.3.3"
  }
}