diff --git a/package.json b/package.json index 8739650a2a5bb528d7de4563ce195a9c808d4cf0..abc0c116cb10d670d71d4940c99880d2197cbf09 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "dependencies": { "apicache": "0.0.14", "body-parser": "^1.13.1", + "chai": "^3.5.0", + "chai-http": "^3.0.0", "cookie-parser": "^1.3.5", "cors": "^2.7.1", "csv-express": "^1.1.0", @@ -20,6 +22,7 @@ "forever": "^0.15.2", "js2xmlparser": "^1.0.0", "method-override": "^2.3.3", + "mocha": "^2.5.3", "monetdb-pool": "0.0.8", "nconf": "^0.6.x", "squel": "^5.4.2", @@ -33,8 +36,6 @@ "babel-register": "^6.14.0", "babelify": "^7.3.0", "browserify": "^13.1.0", - "chai": "^3.5.0", - "chai-http": "^3.0.0", "eslint": "^3.3.1", "eslint-config-airbnb": "^10.0.1", "eslint-plugin-import": "^1.13.0", @@ -43,7 +44,6 @@ "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-cli": "^1.2.2", - "gulp-eslint": "^3.0.1", - "mocha": "^2.5.3" + "gulp-eslint": "^3.0.1" } }