mirror of
https://gitlab.silvrtree.co.uk/martind2000/obrand-admin-server.git
synced 2025-01-25 17:46:18 +00:00
22 lines
558 B
JSON
22 lines
558 B
JSON
{
|
|
"name": "obrand-admin-server",
|
|
"version": "1.0.0",
|
|
"description": "Obrand Administration backend server",
|
|
"main": "obrand-server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+http://gitlab.silvrtree.co.uk/martind2000/obrand-admin-server.git"
|
|
},
|
|
"author": "Martin Donnelly <martind2000@gmail.com>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.0",
|
|
"cookie-parser": "^1.4.1",
|
|
"express": "^4.13.4",
|
|
"morgan": "^1.7.0"
|
|
}
|
|
}
|