You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
639 B
Plaintext
28 lines
639 B
Plaintext
11 months ago
|
{
|
||
|
"name": "bootstrap-table",
|
||
|
"homepage": "https://github.com/wenzhixin/bootstrap-table",
|
||
|
"authors": [
|
||
|
"zhixin <wenzhixin2010@gmail.com>"
|
||
|
],
|
||
|
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
|
||
|
"main": [
|
||
|
"src/bootstrap-table.js",
|
||
|
"src/bootstrap-table.css"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"bootstrap",
|
||
|
"table",
|
||
|
"bootstrap table"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests",
|
||
|
"docs",
|
||
|
"assets"
|
||
|
]
|
||
|
}
|