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

22 lines
527 B
JSON
Raw Normal View History

2022-11-29 22:30:45 +00:00
{
"dependencies": {
"express": "^4.18.2",
2022-11-30 22:08:27 +00:00
"ldbs-json": "^1.2.1",
2022-12-06 01:20:43 +00:00
"needle": "^3.2.0",
2022-11-30 22:08:27 +00:00
"sqlite3": "^5.1.2"
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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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
}