Chart.js/bower.json

10 lines
243 B
JSON
Raw Normal View History

2013-03-18 17:29:20 +01:00
{
"name": "Chart.js",
2014-06-29 19:37:29 +02:00
"version": "1.0.0-beta",
2013-03-18 17:29:20 +01:00
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/nnnick/Chart.js",
"author": "nnnick",
"main": ["Chart.min.js"],
"dependencies": {
}
}