Added license and description to package.json. Also updated packages node packages.

This commit is contained in:
2018-03-22 12:56:04 +01:00
parent 0477e49eca
commit 832b8ba539

View File

@@ -1,5 +1,10 @@
{
"name": "seasoned-api",
"description": "Packages needed to build and commands to run seasoned api node server.",
"license": {
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
},
"main": "webserver/server.js",
"scripts": {
"start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js",
@@ -10,17 +15,17 @@
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"blanket": "^1.2.3",
"body-parser": "~1.17.1",
"body-parser": "~1.18.2",
"codecov": "^3.0.0",
"cross-env": "^3.1.3",
"cross-env": "~5.1.4",
"express": "~4.16.0",
"jsonwebtoken": "^8.0.1",
"mocha-lcov-reporter": "^1.3.0",
"mongoose": "^4.11.14",
"mongoose": "~5.0.11",
"moviedb": "^0.2.10",
"node-cache": "^4.1.1",
"nodemailer": "^4.0.1",
"python-shell": "^0.4.0",
"python-shell": "^0.5.0",
"raven": "^2.2.1",
"request": "^2.81.0",
"request-promise": "^4.2",
@@ -32,7 +37,7 @@
"eslint-plugin-import": "^2.8.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.4",
"supertest": "^2.0.1",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.1"
}
}