{
  "name": "jquery-circle-progress",
  "version": "1.2.2",
  "authors": [
    "Rostyslav Bryzgunov <kottenator@gmail.com>"
  ],
  "description": "Plugin to draw animated circular progress bars",
  "license": "MIT",
  "main": "dist/circle-progress.js",
  "keywords": [
    "jquery",
    "canvas",
    "progress-bar"
  ],
  "homepage": "https://kottenator.github.io/jquery-circle-progress/",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "tests"
  ],
  "dependencies": {
    "jquery": "*"
  }
}
