aboutsummaryrefslogtreecommitdiff
path: root/impl/node/package.json
blob: d1235b6df73ea5c05a21c4339a9ffa02c60754ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "redireculus",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Marvin Borner",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2"
  }
}