You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
2 years ago
|
{
|
||
|
"name": "bootstrap-table",
|
||
|
"version": "1.15.5",
|
||
|
"title": "Bootstrap Table",
|
||
|
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
|
||
|
"author": {
|
||
|
"name": "zhixin wen",
|
||
|
"email": "wenzhixin2010@gmail.com",
|
||
|
"url": "http://wenzhixin.net.cn/"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT License",
|
||
|
"url": "http://opensource.org/licenses/MIT"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.7"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"bootstrap",
|
||
|
"table",
|
||
|
"pagination",
|
||
|
"checkbox",
|
||
|
"radio",
|
||
|
"datatables",
|
||
|
"css",
|
||
|
"css-framework",
|
||
|
"semantic",
|
||
|
"semantic-ui",
|
||
|
"bulma",
|
||
|
"material",
|
||
|
"material-design",
|
||
|
"materialize",
|
||
|
"foundation"
|
||
|
],
|
||
|
"homepage": "https://github.com/wenzhixin/bootstrap-table",
|
||
|
"demo": "http://examples.bootstrap-table.com",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/wenzhixin/bootstrap-table/issues"
|
||
|
},
|
||
|
"docs": "https://github.com/wenzhixin/bootstrap-table",
|
||
|
"download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
|
||
|
}
|