Files
cdnjs/ajax/libs/bootstrap-table/package.json
T

33 lines
745 B
JSON

{
"name": "bootstrap-table",
"filename": "bootstrap-table.min.js",
"version": "1.2.4",
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
"homepage": "http://wenzhixin.net.cn/p/bootstrap-table/",
"keywords": [
"bootstrap",
"table"
],
"maintainers": [
{
"name": "zhixin wen",
"web": "http://wenzhixin.net.cn/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/wenzhixin/bootstrap-table"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/wenzhixin/bootstrap-table.git",
"basePath": "dist/",
"files": [
"*/*",
"*"
]
}
}