dependencies -> devDependencies

This commit is contained in:
Nicolas Stepien 2012-10-13 21:19:50 +02:00
parent 73126fdba1
commit e31f7c055d

View File

@ -4,13 +4,14 @@
"author": "Nicolas Stepien <stepien.nicolas@gmail.com>",
"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"