click-outside
Version:
The inverse of the DOM "click" event
36 lines (35 loc) • 807 B
JSON
{
"name": "click-outside",
"version": "2.0.2",
"description": "The inverse of the DOM \"click\" event",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/click-outside.git"
},
"scripts": {
"prepublish": "n8-make build"
},
"keywords": [
"click",
"dom",
"outside",
"document",
"browser",
"callback"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooTallNate/click-outside/issues"
},
"homepage": "https://github.com/TooTallNate/click-outside",
"dependencies": {
"babel-runtime": "^6.9.2",
"component-event": "^0.1.4",
"node-contains": "^1.0.0"
},
"devDependencies": {
"n8-make": "^1.1.0"
}
}