Files

31 lines
537 B
JSON

{
"name": "Chart.js",
"filename": "Chart.min.js",
"version": "0.2.0",
"description": "Simple HTML5 Charts using the canvas element",
"keywords": [
"charts"
],
"homepage": "http://www.chartjs.org",
"author": "nnnick",
"main": [
"Chart.min.js"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/nnnick/Chart.js.git"
}
],
"npmName": "chart.js",
"npmFileMap": [
{
"basePath": "/",
"files": [
"Chart.min.js",
"Chart.js"
]
}
]
}