bower.json 294 B

1234567891011121314
  1. {
  2. "name": "Chart.js",
  3. "version": "2.1.4",
  4. "description": "Simple HTML5 Charts using the canvas element",
  5. "homepage": "https://github.com/chartjs/Chart.js",
  6. "author": "nnnick",
  7. "license": "MIT",
  8. "main": [
  9. "dist/Chart.js"
  10. ],
  11. "devDependencies": {
  12. "jquery": "~2.1.4"
  13. }
  14. }