mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
33 lines
745 B
JSON
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": [
|
|
"*/*",
|
|
"*"
|
|
]
|
|
}
|
|
}
|