add "mongoose" in to dependencies

This commit is contained in:
joewaa 2017-06-10 23:17:18 +08:00 committed by GitHub
parent 04fc4065c8
commit 9249759e27

View file

@ -10,6 +10,7 @@
"express": "^4.13.4",
"mocha": "^2.4.5",
"mongodb": "^2.1.16",
"mongoose": "*",
"morgan": "^1.7.0",
"object-assign":"4.1.0"
},