diff --git a/boilerplate/package.json b/boilerplate/package.json index e82b7d0f..7fa068e2 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,8 +10,8 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.9.3", - "grunt-embark": "^0.4.3", + "embark-framework": "1.0.0-beta.1", + "grunt-embark": "0.5.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1", @@ -21,6 +21,7 @@ "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "matchdep": "^0.3.0", + "mocha": "^2.2.5", "express": "^4.12.3", "read-yaml": "^1.0.0", "compression": "^1.4.3"