Format package.json correctly

This commit is contained in:
grosbouddha 2013-05-27 00:07:14 +02:00
parent 72a28f7905
commit 3b78ecaa70

View File

@ -13,13 +13,9 @@
//"test": "make test" //"test": "make test"
}, },
"devDependencies": { "devDependencies": {
//"jshint": "0.6.1", "grunt": "0.4.1",
"grunt": "0.4.1",
// Grunt task to start a web server:
"grunt-contrib-connect": "0.3.0", "grunt-contrib-connect": "0.3.0",
"grunt-contrib-jshint": "0.5.4", "grunt-contrib-jshint": "0.5.4",
//"grunt-contrib-nodeunit": "0.1.2",
// Grunt task to run CasperJS tests:
"grunt-ghost": "1.0.12" "grunt-ghost": "1.0.12"
} }
} }