Chart.js/bower.json

13 lines
268 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",
"version": "2.0.0",
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/nnnick/Chart.js",
"author": "nnnick",
"main": [
"Chart.js"
],
"devDependencies": {
"jquery": "~2.1.4"
}
}