diff --git a/package.json b/package.json index 7d1c44e..7618c82 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,6 @@ "author": "Webspellchecker.net", "license": "MIT", "dependencies": { - "grunt": "^1.0.1", - "grunt-contrib-concat": "^1.0.1", - "grunt-contrib-uglify": "^3.0.1", - "grunt-replace": "^1.0.1", - "jasmine-node": "^1.14.5", "simple-replace-template": "^1.0.0" }, "repository": { @@ -57,11 +52,15 @@ "Swedish" ], "devDependencies": { + "grunt": "^1.0.1", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-uglify": "^3.0.1", "grunt-jsdoc": "^2.2.1", + "grunt-replace": "^1.0.1", "grunt-string-replace": "^1.3.1", + "jasmine-node": "^1.14.5", "postman-jsdoc-theme": "0.0.3" } }