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

49 lines
1.2 KiB
JSON
Executable File

{
"name": "chartist",
"main": [
"./dist/chartist.js",
"./dist/chartist.css"
],
"devDependencies": {
"snap.svg": "~0.3.0",
"foundation": "~5.5.1",
"highlightjs": "~8.4.0",
"compass-mixins": "~1.0.2",
"codemirror": "~4.12.0",
"base64": "~0.3.0",
"chartist-plugin-pointlabels": "~0.0.4",
"chartist-plugin-accessibility": "~0.0.2",
"chartist-plugin-tooltip": "~0.0.12",
"chartist-plugin-axistitle": "~0.0.1",
"chartist-plugin-threshold": "~0.0.1",
"chartist-plugin-fill-donut": "~0.0.1",
"chartist-plugin-zoom": "~0.2.1",
"matchMedia": "~0.2.0",
"moment": "^2.14.1"
},
"ignore": [
".*",
"Gruntfile.js",
"tasks",
"package.json",
"node_modules",
"public",
"site",
"src",
"test"
],
"resolutions": {
"chartist": "~0.9.0"
},
"homepage": "https://github.com/gionkunz/chartist-js",
"version": "0.11.0",
"_release": "0.11.0",
"_resolution": {
"type": "version",
"tag": "v0.11.0",
"commit": "e2ee06153f099b548530ef517a247fc0dc978cb8"
},
"_source": "https://github.com/gionkunz/chartist-js.git",
"_target": "^0.11.0",
"_originalSource": "chartist"
}