{
  "name": "jquery-rating",
  "version": "1.3.2",
  "description": "A small jQuery plugin that turns an input field into a highly customizable rating component",
  "main": "bootstrap-rating.js",
  "files": [
    "README.md",
    "LICENSE.md",
    "bootstrap-rating.js",
    "bootstrap-rating.css",
    "bootstrap-rating.js.min"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dreyescat/bootstrap-rating.git"
  },
  "keywords": [
    "ecosystem:jquery",
    "jquery-plugin",
    "rating",
    "component",
    "bootstrap",
    "fontawesome"
  ],
  "author": "dreyescat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dreyescat/bootstrap-rating/issues"
  },
  "homepage": "https://github.com/dreyescat/bootstrap-rating",
  "devDependencies": {
    "bootstrap": "^3.3.6",
    "fontawesome": "^4.5.0",
    "grunt": "^0.4.5",
    "grunt-contrib-connect": "^0.8.0",
    "grunt-contrib-uglify": "^0.5.1",
    "grunt-gh-pages": "^0.9.1"
  },
  "peerDependencies": {
    "jquery": ">=1.8.0"
  }
}
