UNPKG

@vkm-js/animate

Version:

An Alpinejs to animate things with Intersection Observer.

29 lines (28 loc) 632 B
{ "name": "@vkm-js/animate", "version": "1.0.7", "description": "An Alpinejs to animate things with Intersection Observer.", "homepage": "https://github.com/vmphobos", "repository": { "type": "git", "url": "git+https://github.com/vmphobos/vkm-js.git" }, "author": "Vasilis Milopoulos", "license": "MIT", "main": "dist/module.cjs.js", "module": "dist/module.esm.js", "unpkg": "build/cdn.min.js", "dependencies": {}, "peerDependencies": { "alpinejs": "^3.0.0" }, "keywords": [ "Animations", "Laravel", "Alpine", "Alpine JS", "Plugin", "Javascript", "vkm-js" ] }