mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
33 lines
686 B
JSON
33 lines
686 B
JSON
{
|
|
"name": "react-bootstrap-table2-filter",
|
|
"version": "0.0.1",
|
|
"description": "it's a column filter addon for react-bootstrap-table2",
|
|
"main": "./lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"bootstrap",
|
|
"table",
|
|
"grid",
|
|
"react-bootstrap-table-addons",
|
|
"react-component"
|
|
],
|
|
"files": [
|
|
"lib/",
|
|
"dist/"
|
|
],
|
|
"tags": [
|
|
"react"
|
|
],
|
|
"author": "AllenFang",
|
|
"contributors": [{
|
|
"name": "Chun-MingChen",
|
|
"email": "nick830314@gmail.com",
|
|
"url": "https://github.com/Chun-MingChen"
|
|
}],
|
|
"license": "MIT"
|
|
}
|