16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "chart.js",
|
|
"description": "Simple HTML5 charts using the canvas element.",
|
|
"homepage": "https://www.chartjs.org",
|
|
"license": "MIT",
|
|
"version": "2.9.4",
|
|
"main": "./dist/Chart.js",
|
|
"ignore": [
|
|
".github",
|
|
".codeclimate.yml",
|
|
".gitignore",
|
|
".npmignore",
|
|
".travis.yml",
|
|
"scripts"
|
|
]
|
|
} |