Chart.js/bower.json

15 lines
295 B
JSON
Raw Normal View History

2013-03-18 17:29:20 +01:00
{
2016-04-09 14:01:01 +02:00
"name": "Chart.js",
2016-05-08 17:26:48 +02:00
"version": "2.1.2",
2016-04-09 14:01:01 +02:00
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/chartjs/Chart.js",
2016-04-09 14:01:01 +02:00
"author": "nnnick",
2016-04-29 05:23:13 +02:00
"license": "MIT",
2016-04-09 14:01:01 +02:00
"main": [
2016-04-11 01:59:03 +02:00
"dist/Chart.js"
2016-04-09 14:01:01 +02:00
],
"devDependencies": {
"jquery": "~2.1.4"
}
2016-04-17 00:39:51 +02:00
}