react-click-outside-component
Version:
ClickOutside component for React
24 lines (23 loc) • 485 B
JSON
{
"name": "react-click-outside-component",
"version": "1.1.1",
"description": "ClickOutside component for React",
"keywords": [
"react",
"click",
"outside",
"component"
],
"main": "build/index.js",
"author": "TJ Holowaychuk <tj@tjholowaychuk.com>",
"license": "MIT",
"browserify": {
"transform": [
"babelify"
]
},
"devDependencies": {
"prop-types": "^15.5.8",
"react-fatigue-dev": "github:tj/react-fatigue-dev#704f778"
}
}