@any86/click-outside
Version:
40 lines (39 loc) • 925 B
JSON
{
"name": "@any86/click-outside",
"version": "0.1.2",
"description": "点击指定元素之外触发",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"keywords": [
"click",
"clickOutside",
"click-outside"
],
"files": [
"dist"
],
"author": "any86",
"homepage": "https://github.com/any86/my/packages/clickOutside#readme",
"license": "ISC",
"directories": {
"test": "__tests__"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/any86/my.git"
},
"scripts": {
"test": "jest",
"dev": "rimraf dist && rollup -c --watch --environment NODE_ENV:development",
"build": "rimraf dist && rollup -c"
},
"bugs": {
"url": "https://github.com/any86/my/issues"
},
"gitHead": "f76088f42f07f68f1bf8a84ce2b68091a4825ba1"
}