.bower.json 656 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "jquery.easy-pie-chart",
  3. "version": "2.1.6",
  4. "main": [
  5. "dist/jquery.easypiechart.js"
  6. ],
  7. "ignore": [
  8. "demo",
  9. ".editorconfig"
  10. ],
  11. "dependencies": {
  12. "jquery": ">=1.9.0",
  13. "requirejs": "~2.1.10"
  14. },
  15. "devDependencies": {
  16. "angular": "~1.2.9",
  17. "angular-mocks": "~1.2.9"
  18. },
  19. "homepage": "https://github.com/rendro/easy-pie-chart",
  20. "_release": "2.1.6",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "2.1.6",
  24. "commit": "29636bc1cc0ecbd8de9490525724a12dbf723888"
  25. },
  26. "_source": "https://github.com/rendro/easy-pie-chart.git",
  27. "_target": "^2.1.6",
  28. "_originalSource": "jquery.easy-pie-chart"
  29. }