UNPKG

textify-gsap

Version:

Advanced GSAP SplitText Animation Plugin with 20+ stunning text animation styles

109 lines (108 loc) 2.89 kB
{ "name": "textify-gsap", "version": "4.0.0", "type": "module", "main": "dist/textify.min.js", "module": "dist/textify.esm.js", "unpkg": "dist/textify.min.js", "jsdelivr": "dist/textify.min.js", "types": "dist/textify.d.ts", "files": [ "dist/", "src/", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "minify": "terser dist/textify.js -o dist/textify.min.js --compress --mangle", "prepare": "npm run build", "demo": "http-server examples/", "docs": "jsdoc src/ -d docs/", "release": "npm run build && npm run test && npm publish", "update-version": "node update-version.js" }, "description": "Advanced GSAP SplitText Animation Plugin with 20+ stunning text animation styles", "keywords": [ "gsap", "splittext", "text-animation", "animation", "text-effects", "web-animation", "javascript", "plugin", "scroll-trigger", "kinetic-typography", "text-reveal", "character-animation", "split-text", "gsap-plugin", "web-typography" ], "author": { "name": "Muhammad Mehadi Hassan", "email": "shilonmahadi7@gmail.com", "url": "https://github.com/mkk360", "website": "https://mkk360.com" }, "repository": { "type": "git", "url": "git+https://github.com/mkk360/textify.git" }, "bugs": { "url": "https://github.com/mkk360/textify/issues" }, "homepage": "https://github.com/mkk360/textify#readme", "funding": { "type": "github", "url": "https://github.com/sponsors/mkk360" }, "devDependencies": { "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "eslint": "^9.31.0", "http-server": "^14.1.1", "jest": "^30.0.4", "jsdoc": "^4.0.0", "rollup": "^3.25.0", "rollup-plugin-css-only": "^4.5.2", "rollup-plugin-filesize": "^10.0.0", "terser": "^5.18.0" }, "engines": { "node": ">=14.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not dead", "not ie 11" ], "badges": [ { "description": "npm version", "href": "https://www.npmjs.com/package/textify-gsap", "url": "https://img.shields.io/npm/v/textify-gsap.svg" }, { "description": "npm downloads", "href": "https://www.npmjs.com/package/textify-gsap", "url": "https://img.shields.io/npm/dm/textify-gsap.svg" }, { "description": "GitHub stars", "href": "https://github.com/mkk360/textify", "url": "https://img.shields.io/github/stars/yourusername/textify.svg" } ] }