forked from wenzhixin/bootstrap-table
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bootstrap-table.jquery.json
44 lines (44 loc) · 1.12 KB
/
bootstrap-table.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "bootstrap-table",
"version": "1.18.1",
"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": "[email protected]",
"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"
}