wotsui-intersection-observer
Version:
Utility class based on Intersection Observer API
35 lines (34 loc) • 884 B
JSON
{
"name": "wotsui-intersection-observer",
"version": "0.0.12",
"description": "Utility class based on Intersection Observer API",
"main": "dist/IntersectionHandler.js",
"files": [
"dist/*"
],
"types": "./dist/IntersectionHandler.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"preversion": "tsc && git add -A src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamthewots/wotsui-intersection-observer.git"
},
"keywords": [
"Intersection",
"Observer",
"JS",
"WotsUI"
],
"author": "Leonardo Scarfò",
"license": "ISC",
"bugs": {
"url": "https://github.com/iamthewots/wotsui-intersection-observer/issues"
},
"homepage": "https://github.com/iamthewots/wotsui-intersection-observer#readme",
"devDependencies": {
"typescript": "^4.4.2"
}
}