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

21 lines
525 B
JSON
Raw Normal View History

2022-11-29 22:30:45 +00:00
{
"dependencies": {
"express": "^4.18.2",
"ldbs-json": "^1.2.1"
2022-11-30 00:21:59 +00:00
},
"name": "owlboard",
"description": "OwlBoard is the backend API that powers the Athena web application at athena.fb-infra.uk.",
"version": "0.0.1",
"main": "express.js",
"devDependencies": {},
"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
}