patashala/style/cms/bower_components/chart.js/.bower.json
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

25 lines
588 B
JSON
Executable File

{
"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"
],
"_release": "2.6.0",
"_resolution": {
"type": "version",
"tag": "v2.6.0",
"commit": "6ae9829bf505df9ac17c945c934feb88ee6cf880"
},
"_source": "https://github.com/chartjs/Chart.js.git",
"_target": "^2.6.0",
"_originalSource": "chart.js"
}