5821276e83e84ddc093c502404cd345d3345604b2303306988badf562916485c677144f2f2556450feead347fb8dbe2db22805fc53a02dcc43bba889616840-exec 329 B

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