Chart.js/bower.json

15 lines
294 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-03 23:53:09 +02:00
"version": "2.1.0",
2016-04-09 14:01:01 +02:00
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/nnnick/Chart.js",
"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
}