UNPKG

react-onclickout

Version:

An ES6-friendly on-click-outside React component.

43 lines (42 loc) 1.13 kB
{ "name": "react-onclickout", "version": "2.0.8", "description": "An ES6-friendly on-click-outside React component.", "main": "index.js", "scripts": { "build": "babel src/index.jsx --out-file index.js", "test": "npm run build && mocha --compilers .jsx:test/compiler.js test/*.jsx", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/boblauer/react-onclickout.git" }, "keywords": [ "react", "onclick", "onclickout", "onclickoutside" ], "author": "Bob Lauer <rlauer@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/boblauer/react-onclickout/issues" }, "homepage": "https://github.com/boblauer/react-onclickout#readme", "peerDependencies": { "react": "^15.x || ^16.x", "react-dom": "^15.x || ^16.x" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-register": "^6.26.0", "jsdom": "^11.3.0", "mocha": "^2.2.5", "react": "^16.x", "react-dom": "^16.x", "sinon": "^1.17.2" } }