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

17 lines
378 B
JSON

{
"name": "react-bootstrap-table2-filter",
"version": "0.0.1",
"description": "it's the column filter addon for react-bootstrap-table2",
"main": "./lib",
"scripts": {
"prepublish": "yarn build",
"build": "rimraf ./lib && babel ./src -d lib"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "6.26.0",
"rimraf": "2.6.2"
}
}