UNPKG

react-teffex

Version:

Text Effects: Stateful React text effects for amazing websites

40 lines 791 B
{ "name": "react-teffex", "version": "1.0.5", "description": "Text Effects: Stateful React text effects for amazing websites", "main": "./lib/Effects.js", "repository": { "type": "git", "url": "git+https://github.com/MPMcIntyre/react-teffex" }, "author": "M. McIntyre", "license": "MIT", "types": "lib/Effects.d.ts", "files": [ "lib", "README.md", "LICENSE" ], "maintainers": [ "Michael McIntyre (https://github.com/MPMcIntyre)" ], "private": false, "devDependencies": { "@types/react": "^17.0.35", "typescript": "^4.4.4" }, "dependencies": { "react": "^17.0.2" }, "keywords": [ "react", "text", "effect", "animation", "glitch", "typewriter" ], "scripts": { "prepare": "yarn tsc" } }