diff --git a/package.json b/package.json index 877682033..45c842da1 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,14 @@ "author": "Nicolas Stepien ", "description": "Cross-browser userscript for maximum lurking on 4chan.", "scripts": { - "test": "grunt test --verbose" + "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/MayhemYDG/4chan-x.git" }, - "dependencies": { + "devDependencies": { + "grunt": "0.3.x", "grunt-bump": "0.0.x", "grunt-contrib-clean": "0.3.x", "grunt-contrib-coffee": "0.3.x", @@ -18,9 +19,6 @@ "grunt-image-embed": "0.0.x", "qunitjs": "1.x.x" }, - "devDependencies": { - "grunt": "0.3.x" - }, "license": "MIT", "engines": { "node": ">=0.8"