diff --git a/package.json b/package.json index 94ead5b..3c4c999 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,7 @@ { "name": "ratchet", + "description": "Prototype iPhone apps with simple HTML, CSS, and JS components.", "version": "2.0.0", - "dependencies": {}, - "devDependencies": { - "grunt": "~0.4.1", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-jshint": "~0.7.0", - "grunt-contrib-nodeunit": "~0.2.2", - "grunt-contrib-sass": "~0.5.0", - "grunt-contrib-watch": "~0.5.3", - "grunt-jekyll": "~0.4.0" - }, "keywords": [ "ratchet", "css", @@ -31,5 +22,14 @@ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } - ] + ], + "devDependencies": { + "grunt": "~0.4.1", + "grunt-contrib-concat": "~0.3.0", + "grunt-contrib-jshint": "~0.7.0", + "grunt-contrib-nodeunit": "~0.2.2", + "grunt-contrib-sass": "~0.5.0", + "grunt-contrib-watch": "~0.5.3", + "grunt-jekyll": "~0.4.0" + } }