mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-04 15:34:04 +01:00
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"name": "chart.js",
|
|
"description": "Simple HTML5 charts using the canvas element.",
|
|
"homepage": "https://www.chartjs.org",
|
|
"license": "MIT",
|
|
"version": "3.0.0-alpha",
|
|
"main": "./dist/Chart.js",
|
|
"ignore": [
|
|
".github",
|
|
".codeclimate.yml",
|
|
".gitignore",
|
|
".npmignore",
|
|
".travis.yml",
|
|
"scripts"
|
|
]
|
|
} |