mirror of
https://gitlab.silvrtree.co.uk/martind2000/obrand-admin-server.git
synced 2025-01-10 21:05:09 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
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": {
|
|
"bcrypt": "^0.8.5",
|
|
"bcrypt-as-promised": "^1.1.0",
|
|
"body-parser": "^1.15.0",
|
|
"colors": "^1.1.2",
|
|
"cookie-parser": "^1.4.1",
|
|
"express": "^4.13.4",
|
|
"glob": "^7.0.3",
|
|
"jade": "^1.11.0",
|
|
"md-utils": "git+http://gitlab.silvrtree.co.uk/martind2000/md-utils.git",
|
|
"moment": "^2.12.0",
|
|
"morgan": "^1.7.0",
|
|
"node-validator": "git+http://gitlab.silvrtree.co.uk/martind2000/node-validator.git",
|
|
"oauth2-server": "^2.4.1",
|
|
"pg-promise": "^3.4.3",
|
|
"uuid-pure": "^1.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"log4js": "^0.6.33",
|
|
"session": "^0.1.0",
|
|
"util": "^0.10.3"
|
|
}
|
|
}
|