.bower.json 480 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "name": "chart.js",
  "description": "Simple HTML5 charts using the canvas element.",
  "homepage": "http://www.chartjs.org",
  "license": "MIT",
  "version": "2.3.0",
  "main": "./dist/Chart.js",
  "_release": "2.3.0",
  "_resolution": {
    "type": "version",
    "tag": "v2.3.0",
    "commit": "96335b9b8cc857512f7c42ae4a103f009af2ae6b"
  },
  "_source": "https://github.com/chartjs/Chart.js.git",
  "_target": "^2.3.0",
  "_originalSource": "chart.js",
  "_direct": true
}