Files
react-bootstrap-table2/packages/react-bootstrap-table2-overlay/package.json
2018-01-07 01:46:52 +08:00

20 lines
445 B
JSON

{
"name": "react-bootstrap-table2-overlay",
"version": "0.0.1",
"description": "it's a loading overlay component for react-bootstrap-table2",
"main": "./lib",
"scripts": {
"prepublish": "yarn build",
"build": "rimraf ./lib && babel ./src -d lib"
},
"author": "",
"license": "ISC",
"dependencies": {
"react-loading-overlay": "0.2.8"
},
"devDependencies": {
"babel-cli": "6.26.0",
"rimraf": "2.6.2"
}
}