diff --git a/package.json b/package.json index 7efd828..6ff46bd 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,10 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "body-parser": "^1.17.1", + "express": "^4.15.2", + "mongoose": "^4.9.7" + } }