{
  "name": "jquery-prettyselect",
  "title": "jquery-prettyselect",
  "description": "Makes select elements pretty.",
  "version": "1.6.0",
  "main": "dist/jquery.prettyselect.js",
  "author": {
    "name": "Carlo 'kj'",
    "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": {
    "qunitjs": "~1.17.1",
    "grunt": "~1.0.1",
    "grunt-cli": "~1.2.0",
    "grunt-contrib-uglify": "~2.2.0",
    "grunt-contrib-qunit": "~1.3.0",
    "grunt-contrib-coffee": "~1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-contrib-copy": "~1.0.0"
  },
  "dependencies": {
    "jquery": ">=1.8"
  },
  "keywords": [
    "css",
    "html",
    "input",
    "javascript",
    "jquery",
    "prettyselect",
    "select",
    "style"
  ]
}
