.bower.json 495 B

1234567891011121314151617181920
  1. {
  2. "name": "Chart.js",
  3. "version": "1.0.2",
  4. "description": "Simple HTML5 Charts using the canvas element",
  5. "homepage": "https://github.com/nnnick/Chart.js",
  6. "author": "nnnick",
  7. "main": [
  8. "Chart.js"
  9. ],
  10. "dependencies": {},
  11. "_release": "1.0.2",
  12. "_resolution": {
  13. "type": "version",
  14. "tag": "v1.0.2",
  15. "commit": "930b16a0af59201dcfcd1594b0e7540db4d04c9f"
  16. },
  17. "_source": "git://github.com/nnnick/Chart.js.git",
  18. "_target": "~1.0.2",
  19. "_originalSource": "chartjs"
  20. }