.bower.json 553 字节
{
  "name": "Chart.js",
  "version": "2.1.4",
  "description": "Simple HTML5 Charts using the canvas element",
  "homepage": "https://github.com/chartjs/Chart.js",
  "author": "nnnick",
  "license": "MIT",
  "main": [
    "dist/Chart.js"
  ],
  "devDependencies": {
    "jquery": "~2.1.4"
  },
  "_release": "2.1.4",
  "_resolution": {
    "type": "version",
    "tag": "v2.1.4",
    "commit": "40d76b6a7ba14aeac69b05ad15d713c3402867b2"
  },
  "_source": "https://github.com/nnnick/Chart.js.git",
  "_target": "^2.0.2",
  "_originalSource": "Chart.js"
}