forked from wenzhixin/bootstrap-table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap-table.jquery.json
More file actions
28 lines (28 loc) · 954 Bytes
/
bootstrap-table.jquery.json
File metadata and controls
28 lines (28 loc) · 954 Bytes
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
{
"name": "bootstrap-table",
"version": "1.3.0",
"title": "Bootstrap Table",
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
"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"],
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"demo": "http://wenzhixin.net.cn/p/bootstrap-table",
"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"
}