Browse Source

reformating the package.json

pull/245/head
connors 11 years ago
parent
commit
20e16f23db
  1. 22
      package.json

22
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"
}
}

Loading…
Cancel
Save