mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
- react-bootstrap-table2-editor@0.2.0 - react-bootstrap-table2-example@0.1.7 - react-bootstrap-table2-paginator@0.1.2 - react-bootstrap-table-next@0.1.9
48 lines
1009 B
JSON
48 lines
1009 B
JSON
{
|
|
"name": "react-bootstrap-table2-editor",
|
|
"version": "0.2.0",
|
|
"description": "it's the editor addon for react-bootstrap-table2",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "MIT",
|
|
"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": "Allen Fang",
|
|
"email": "ayu780129@hotmail.com",
|
|
"url": "https://github.com/AllenFang"
|
|
},
|
|
{
|
|
"name": "Chun-MingChen",
|
|
"email": "nick830314@gmail.com",
|
|
"url": "https://github.com/Chun-MingChen"
|
|
}
|
|
],
|
|
"peerDependencies": {
|
|
"prop-types": "^15.0.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
}
|
|
}
|