UNPKG

react-click-boundary

Version:
36 lines (35 loc) 856 B
{ "name": "react-click-boundary", "version": "0.2.2", "description": "Catch outside clicks with a React component", "main": "dist/index.js", "scripts": { "build": "BABEL_ENV=production babel src -d dist" }, "repository": { "type": "git", "url": "git+https://github.com/deiucanta/react-click-boundary.git" }, "keywords": [ "react", "component", "click", "outside", "boundary", "onClickOutside" ], "author": "Andrei Canta <deiucanta@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/deiucanta/react-click-boundary/issues" }, "homepage": "https://github.com/deiucanta/react-click-boundary#readme", "dependencies": { "react": "^16.2.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-react-app": "^3.1.0", "prop-types": "^15.6.0" } }