mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
28 lines
639 B
JSON
28 lines
639 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|