aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: bc1968f2e31ecaff0016e7b77f874fd58e7ba03a (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": "vaportrail",
  "version": "0.0.0",
  "description": "A website.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.minteck.org/minteck/vaportrail"
  },
  "author": "Minteck, Cloudburst System",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.20.0",
    "cookie-parser": "^1.4.6",
    "ejs": "^3.1.8",
    "express": "^4.18.1",
    "multer": "^1.4.4",
    "superagent": "^7.1.3"
  }
}