gentelella/vendors/Chart.js/bower.json
2016-06-03 00:08:25 +08:00

14 lines
294 B
JSON

{
"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"
}
}