animtext
Version:
AnimText is a JavaScript library for letter, word, & line animations. Easily create dynamic text effects with simple HTML data attributes.
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "animtext",
"version": "1.1.3",
"type": "module",
"description": "AnimText is a JavaScript library for letter, word, & line animations. Easily create dynamic text effects with simple HTML data attributes.",
"main": "dist/animtext.js",
"module": "dist/animtext.js",
"exports": {
".": {
"import": "./dist/animtext.js",
"require": "./dist/animtext.js"
}
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepare": "npm run build"
},
"keywords": [
"text-animation",
"letter-split",
"typography",
"cssanimation",
"animation",
"split-text",
"textfx",
"letters",
"animtext",
"text animation",
"text effects"
],
"author": "Shafayetul Islam Pavel",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/yesiamrocks/animtext.git"
},
"homepage": "https://github.com/yesiamrocks/animtext",
"bugs": {
"url": "https://github.com/yesiamrocks/animtext/issues"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.0.0"
},
"peerDependencies": {
"@hellouxpavel/cssanimation": "^6.0.0"
}
}