UNPKG

animex

Version:

Modern animation-on-scroll library with optional GSAP support

53 lines (52 loc) 1.07 kB
{ "name": "animex", "version": "1.0.15", "description": "Modern animation-on-scroll library with optional GSAP support", "author": "Usama Adeel", "license": "MIT", "homepage": "https://animex.beeoceans.com", "repository": { "type": "git", "url": "https://github.com/Theusama1183/animex" }, "bugs": { "url": "https://github.com/Theusama1183/animex/issues" }, "keywords": [ "animation", "scroll-animation", "wowjs", "aos", "gsap", "css", "scroll", "javascript", "library", "react", "nextjs", "web-animations", "intersectionobserver" ], "type": "module", "main": "src/index.js", "module": "src/index.js", "exports": { "import": "./src/index.js", "require": "./src/index.js" }, "types": "types.d.ts", "files": [ "dist", "src", "types.d.ts" ], "scripts": { "build": "node esbuild.config.js", "deploy": "gh-pages -d demo", "prepare": "npm run build" }, "devDependencies": { "esbuild": "^0.21.0", "gh-pages": "^6.3.0" } }