summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-06-02 16:15:11 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-06-02 16:15:11 +0200
commit2609fcaf29fec340fc3e7e38fdf52e0d17764652 (patch)
tree61c2ba65d00208542ca577aa4ac44131dbf7d3ca
parentec068be6a2bf0c915ad1cab59dac96906cf8084c (diff)
downloadmean-app-2609fcaf29fec340fc3e7e38fdf52e0d17764652.zip
mean-app-2609fcaf29fec340fc3e7e38fdf52e0d17764652.tar.gz
npm install --save express mongoose node-restful method-override body-parser lodash
-rw-r--r--package.json11
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"
+ }
}