diff options
-rw-r--r-- | package.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json index 6bf4833..5cfd188 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,14 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "MIT" + "license": "MIT", + "dependencies": { + "body-parser": "^1.15.1", + "express": "^4.13.4", + "lodash": "^4.13.1", + "method-override": "^2.3.6", + "mongodb": "^2.1.21", + "mongoose": "^4.4.19", + "node-restful": "^0.2.5" + } } |