UNPKG

animflow

Version:

A lightweight, high-performance animation library for creating smooth, responsive web animations

55 lines (54 loc) 1.35 kB
{ "name": "animflow", "version": "3.0.0", "description": "A lightweight, high-performance animation library for creating smooth, responsive web animations", "main": "dist/js/AnimFlow.main.js", "style": "dist/css/AnimFlow.css", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "prepare": "echo 'No build needed'", "publish:npm": "npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/AnimFlow-Org/animflow.git" }, "keywords": [ "animation", "scroll", "intersection-observer", "performance", "lightweight", "css", "javascript", "web-animation", "svg-animation", "responsive" ], "author": "AnimFlow-Org", "license": "MIT", "bugs": { "url": "https://github.com/AnimFlow-Org/animflow/issues" }, "homepage": "https://github.com/AnimFlow-Org/animflow#readme", "devDependencies": { "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", "eslint": "^8.57.0", "jest": "^29.7.0", "prettier": "^3.2.5", "rollup": "^4.38.0", "rollup-plugin-postcss": "^4.0.2" }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] }