UNPKG

animatry

Version:
50 lines (49 loc) 1.14 kB
{ "name": "animatry", "version": "0.0.2", "description": "Javascript animation library.", "main": "dist/animatry.min.js", "module": "dist/animatry.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c rollup.config.mjs", "watch": "rollup -c --watch rollup.config.mjs" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "animation", "modern", "javascript", "library", "split-text", "web", "css-animation", "motion", "keyframes", "transition", "easing", "transform", "performance" ], "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.28.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-typescript2": "^0.36.0", "rollup-plugin-delete": "^2.1.0" }, "author": "Stefan Weiß <stefan@animatry.com>", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "git+https://github.com/animatry/animatry.git" }, "bugs": { "url": "https://github.com/animatry/animatry/issues" }, "homepage": "https://github.com/animatry/animatry#readme" }