{
  "name": "ratchet",
  "description": "Build native apps with simple HTML, CSS, and JS components.",
  "version": "2.0.0",
  "keywords": [
    "ratchet",
    "css",
    "ios",
    "native",
    "prototype"
  ],
  "homepage": "http://maker.github.com/ratchet/",
  "author": "Connor Sears, Dave Gamache, and Jacob Thornton",
  "style": "./dist/ratchet.css",
  "sass": "./lib/sass/ratchet.scss",
  "repository": {
    "type": "git",
    "url": "https://github.com/maker/ratchet.git"
  },
  "bugs": {
    "url": "https://github.com/maker/ratchet/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt-contrib-sass": "~0.7.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-jekyll": "~0.4.1"
  }
}