.bower.json 659 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "Chart.js",
  3. "description": "Simple HTML5 Charts using the canvas element",
  4. "homepage": "https://github.com/nnnick/Chart.js",
  5. "author": "nnnick",
  6. "main": [
  7. "Chart.js"
  8. ],
  9. "ignore": [
  10. "**/*",
  11. ".travis.yml",
  12. "CONTRIBUTING.md",
  13. "Chart.js",
  14. "LICENSE.md",
  15. "README.md",
  16. "gulpfile.js",
  17. "package.json"
  18. ],
  19. "dependencies": {},
  20. "version": "1.1.1",
  21. "_release": "1.1.1",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "v1.1.1",
  25. "commit": "a62537a80029cd5a2e230769a652904e2de2d5d4"
  26. },
  27. "_source": "https://github.com/chartjs/Chart.js.git",
  28. "_target": "^1.0",
  29. "_originalSource": "chart.js"
  30. }