mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
31 lines
860 B
JSON
31 lines
860 B
JSON
|
{
|
||
|
"name": "bootstrap-table",
|
||
|
"version": "1.11.0",
|
||
|
"title": "Bootstrap Table",
|
||
|
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
|
||
|
"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://bootstrap-table.wenzhixin.net.cn",
|
||
|
"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"
|
||
|
}
|