mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
31 lines
537 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|