obrand-admin-server/package.json
Martin Donnelly fdf6e8a18f Init
2016-03-31 09:34:57 +01:00

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"
}
}