diff --git a/package.json b/package.json index f22ab191c..43e496917 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,8 @@ }, "devDependencies": { "bootstrap": "^3.x.x", + "chai": "^3.2.0", + "chai-as-promised": "^5.1.0", "font-awesome": "^4.1.0", "grunt": "^0.4.x", "grunt-cli": "^0.1.13", @@ -54,7 +56,11 @@ "html5shiv": "^3.x.x", "jquery": "^2.x.x", "jquery.cookie": "^1.x.x", + "mocha": "^2.3.0", "moment": "^2.x.x", - "respond.js": "^1.x.x" + "respond.js": "^1.x.x", + "sequelize-fixtures": "^0.4.7", + "sinon": "^1.16.1", + "supertest": "^1.1.0" } }