Files
2014-10-29 02:40:09 +08:00

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"
]
}
}