react-bootstrap-table2/packages/react-bootstrap-table2-overlay/package.json
2018-01-20 13:34:27 +08:00

36 lines
752 B
JSON

{
"name": "react-bootstrap-table2-overlay",
"version": "0.0.1",
"description": "it's a loading overlay addons 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",
"dependencies": {
"react-loading-overlay": "0.2.8"
}
}