2020-08-08 23:59:13 +02:00
|
|
|
{
|
|
|
|
|
"name": "dougal-server-web",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"description": "Dougal web backend",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "Aaltronav s.r.o.",
|
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
|
"express": "^4.17.1",
|
|
|
|
|
"express-jwt": "^6.0.0",
|
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
2020-10-11 13:11:43 +02:00
|
|
|
"netmask": "^1.0.6",
|
2020-10-04 20:17:49 +02:00
|
|
|
"node-fetch": "^2.6.1",
|
|
|
|
|
"pg": "^8.3.3",
|
2020-09-03 14:04:29 +02:00
|
|
|
"ws": "^7.3.1",
|
2020-08-25 08:48:10 +02:00
|
|
|
"yaml": "^2.0.0-0"
|
2020-10-04 20:17:49 +02:00
|
|
|
},
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "lib"
|
|
|
|
|
},
|
2020-10-23 11:09:08 +02:00
|
|
|
"devDependencies": {
|
|
|
|
|
"redoc-cli": "^0.9.12"
|
|
|
|
|
},
|
2020-10-04 20:17:49 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://gitlab.com/wgp/dougal/software.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://gitlab.com/wgp/dougal/software/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://gitlab.com/wgp/dougal/software#readme"
|
2020-08-08 23:59:13 +02:00
|
|
|
}
|