aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6ed9c6d941892ec7838c73c9113c30f2f0627323 (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
{
  "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",
    "ua-parser-js": "^1.0.2",
    "yaml": "^2.1.1"
  }
}