This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
OwlBoard/package.json

25 lines
620 B
JSON
Raw Normal View History

2022-11-29 22:30:45 +00:00
{
"dependencies": {
2022-12-06 13:40:03 +00:00
"axios": "^1.2.1",
2022-11-29 22:30:45 +00:00
"express": "^4.18.2",
2022-11-30 22:08:27 +00:00
"ldbs-json": "^1.2.1",
2022-12-20 19:03:30 +00:00
"mongodb": "^4.13.0",
2023-01-11 21:03:04 +00:00
"node-gzip": "^1.1.2",
"string-sanitizer-fix": "^2.0.1"
2022-11-30 00:21:59 +00:00
},
"name": "owlboard",
2022-11-30 22:08:27 +00:00
"description": "OwlBoard is an API and PWA for live rail departure board in the UK.",
2022-11-30 00:21:59 +00:00
"version": "0.0.1",
"main": "express.js",
"scripts": {
2022-12-14 14:49:47 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
2022-11-30 00:21:59 +00:00
},
"repository": {
"type": "git",
"url": "https://git.fjla.uk/fred.boniface/owlboard.git"
},
"author": "Fred Boniface",
"license": "GPL-3.0-or-later"
2022-11-29 22:30:45 +00:00
}