.bower.json 551 B

1234567891011121314151617181920212223
  1. {
  2. "name": "Chart.js",
  3. "version": "2.1.0",
  4. "description": "Simple HTML5 Charts using the canvas element",
  5. "homepage": "https://github.com/nnnick/Chart.js",
  6. "author": "nnnick",
  7. "license": "MIT",
  8. "main": [
  9. "dist/Chart.js"
  10. ],
  11. "devDependencies": {
  12. "jquery": "~2.1.4"
  13. },
  14. "_release": "2.1.0",
  15. "_resolution": {
  16. "type": "version",
  17. "tag": "2.1.0",
  18. "commit": "2ee37e12e379ca9b8ad3be7105715bf8c543ead0"
  19. },
  20. "_source": "https://github.com/nnnick/Chart.js.git",
  21. "_target": "^2.0.2",
  22. "_originalSource": "Chart.js"
  23. }