Skip to content

Commit 903efb4

Browse files
committed
Add jquery.json
1 parent 8d508c3 commit 903efb4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bootstrap-table.jquery.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "bootstrap-table",
3+
"version": "1.0.1",
4+
"title": "Bootstrap Table",
5+
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
6+
"author": {
7+
"name": "zhixin wen",
8+
"email": "wenzhixin2010@gmail.com",
9+
"url": "http://wenzhixin.net.cn/"
10+
},
11+
"licenses": [
12+
{
13+
"type": "MIT License",
14+
"url": "http://opensource.org/licenses/MIT"
15+
}
16+
],
17+
"dependencies": {
18+
"jquery": ">=1.7"
19+
},
20+
"keywords": ["bootstrap.table"],
21+
"homepage": "https://github.com/wenzhixin/bootstrap-table",
22+
"demo": "http://wenzhixin.net.cn/p/bootstrap-table",
23+
"bugs": {
24+
"url": "https://github.com/wenzhixin/bootstrap-table/issues"
25+
},
26+
"docs": "https://github.com/wenzhixin/bootstrap-table",
27+
"download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
28+
}

0 commit comments

Comments
 (0)