{
  "name": "jquery-prettyselect",
  "title": "jquery-prettyselect",
  "description": "Makes select elements pretty.",
  "version": "1.2.2",
  "author": {
    "name": "Carlo",
    "email": "carlo.panzi@gmail.com",
    "url": "http://kajyr.github.io"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kajyr/jquery-prettyselect.git"
  },
  "bugs": {
    "url": "https://github.com/kajyr/jquery-prettyselect/issues"
  },
  "scripts": {
    "test": "grunt test"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kajyr/jquery-prettyselect/blob/master/LICENSE-MIT"
    }
  ],
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-qunit": "^0.4.0",
    "grunt-contrib-coffee": "^0.10.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-release": "~0.7.0"
  },
  "dependencies": {
    "jquery": ">=1.8"
  }
}
