update readme

This commit is contained in:
2018-09-13 21:23:12 +03:00
parent bc816d4229
commit 66fc2758b0
5 changed files with 2175 additions and 1222 deletions

View File

@@ -30,30 +30,30 @@
"express-jwt": "^5.3.1",
"hsts": "^2.1.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.2.9",
"mongoose": "^5.2.14",
"mongoose-findorcreate": "^3.0.0",
"mongoose-unique-validator": "^2.0.1",
"morgan": "^1.9.0",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
},
"devDependencies": {
"concurrently": "^4.0.0",
"concurrently": "^4.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.4.0",
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-node": "^3.0.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-prettier": "^2.6.2",
"jest": "^23.5.0",
"mongodb-memory-server": "^2.0.1",
"nodemon": "^1.18.3",
"jest": "^23.6.0",
"mongodb-memory-server": "^2.2.0",
"nodemon": "^1.18.4",
"prettier-eslint": "^8.8.2",
"supertest": "^3.1.0"
"supertest": "^3.3.0"
},
"jest": {
"testEnvironment": "node",