{
  "_from": "jquery-circle-progress@^1.2.2",
  "_id": "jquery-circle-progress@1.2.2",
  "_inBundle": false,
  "_integrity": "sha1-Jg6RMKyOK1Vy6qepO56Kaye8juo=",
  "_location": "/jquery-circle-progress",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jquery-circle-progress@^1.2.2",
    "name": "jquery-circle-progress",
    "escapedName": "jquery-circle-progress",
    "rawSpec": "^1.2.2",
    "saveSpec": null,
    "fetchSpec": "^1.2.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jquery-circle-progress/-/jquery-circle-progress-1.2.2.tgz",
  "_shasum": "260e9130ac8e2b5572eaa7a93b9e8a6b27bc8eea",
  "_spec": "jquery-circle-progress@^1.2.2",
  "_where": "C:\\workspace\\Dashboardpack\\architectui-html-pro",
  "author": {
    "name": "Rostyslav Bryzgunov",
    "email": "kottenator@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/kottenator/jquery-circle-progress/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "jquery": "*"
  },
  "deprecated": false,
  "description": "Plugin to draw animated circular progress bars",
  "devDependencies": {
    "jsdoc": "~3.4",
    "karma": "~1.2",
    "karma-firefox-launcher": "~1.0",
    "karma-phantomjs-launcher": "~1.0",
    "karma-qunit": "~1.2",
    "karma-sauce-launcher": "~1.0",
    "qunitjs": "~2.0",
    "uglify-js": "~2.7"
  },
  "homepage": "https://github.com/kottenator/jquery-circle-progress#readme",
  "keywords": [
    "jquery",
    "canvas",
    "progress-bar"
  ],
  "license": "MIT",
  "main": "dist/circle-progress.js",
  "name": "jquery-circle-progress",
  "repository": {
    "type": "git",
    "url": "git://github.com/kottenator/jquery-circle-progress.git"
  },
  "scripts": {
    "build-docs": "jsdoc dist/circle-progress.js -c jsdoc.conf",
    "build-min": "uglifyjs dist/circle-progress.js -cmo dist/circle-progress.min.js --comments",
    "test": "karma start"
  },
  "version": "1.2.2"
}
