clickout-event
Version:
Provides universal support for `clickout` and other similar events to webpages.
32 lines • 740 B
JSON
{
"name": "clickout-event",
"version": "1.1.3",
"description": "Provides universal support for `clickout` and other similar events to webpages.",
"main": "dist/clickout-event.js",
"keywords": [
"clickout",
"click",
"outside",
"event"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MuTsunTsai/clickout-event.git"
},
"author": "Mu-Tsun Tsai",
"license": "MIT",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-terser": "^2.1.0",
"gulp-through2": "^1.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"typescript": "^5.7.3"
},
"files": [
"dist"
],
"scripts": {
"version": "gulp default && git add -A",
"test": "echo \"Error: no test specified\""
}
}