bower.json 328 B

12345678910111213141516
  1. {
  2. "name": "chart.js",
  3. "description": "Simple HTML5 charts using the canvas element.",
  4. "homepage": "http://www.chartjs.org",
  5. "license": "MIT",
  6. "version": "2.7.2",
  7. "main": "./dist/Chart.js",
  8. "ignore": [
  9. ".github",
  10. ".codeclimate.yml",
  11. ".gitignore",
  12. ".npmignore",
  13. ".travis.yml",
  14. "scripts"
  15. ]
  16. }