mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
40 lines
881 B
JSON
40 lines
881 B
JSON
{
|
|
"name": "chartist",
|
|
"title": "Chartist.js",
|
|
"filename": "chartist.min.js",
|
|
"description": "Simple, responsive charts",
|
|
"version": "0.3.1",
|
|
"author": "Gion Kunz",
|
|
"homepage": "https://gionkunz.github.io/chartist-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gionkunz/chartist-js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gionkunz/chartist-js/issues"
|
|
},
|
|
"keywords": [
|
|
"chartist",
|
|
"responsive charts",
|
|
"charts",
|
|
"charting"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "WTFPL",
|
|
"url": "https://github.com/gionkunz/chartist-js/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "https://github.com/gionkunz/chartist-js.git",
|
|
"basePath": "libdist",
|
|
"files": [
|
|
"chartist.js",
|
|
"chartist.min.js",
|
|
"chartist.min.map",
|
|
"chartist.min.css"
|
|
]
|
|
}
|
|
}
|