mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
401 B
21 lines
401 B
{
|
|
"name": "Chart.js",
|
|
"description": "Simple HTML5 Charts using the canvas element",
|
|
"homepage": "https://github.com/nnnick/Chart.js",
|
|
"author": "nnnick",
|
|
"main": [
|
|
"Chart.js"
|
|
],
|
|
"ignore": [
|
|
"**/*",
|
|
".travis.yml",
|
|
"CONTRIBUTING.md",
|
|
"Chart.js",
|
|
"LICENSE.md",
|
|
"README.md",
|
|
"gulpfile.js",
|
|
"package.json"
|
|
],
|
|
"dependencies": {},
|
|
"version": "1.1.1"
|
|
} |