diff --git a/boilerplate/package.json b/boilerplate/package.json index f86c6f73..8c942ec6 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -20,6 +20,9 @@ "grunt-contrib-watch": "^0.6.1", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", - "matchdep": "^0.3.0" + "matchdep": "^0.3.0", + "express": "^4.12.3", + "read-yaml": "^1.0.0", + "compression": "^1.4.3" } }