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