UNPKG

reeller

Version:

Flexible, powerful and modern library for creating the running horizontal blocks effect, also known as ticker or the «marquee effect».

66 lines (65 loc) 1.99 kB
{ "name": "reeller", "version": "0.0.6", "description": "Flexible, powerful and modern library for creating the running horizontal blocks effect, also known as ticker or the «marquee effect».", "keywords": [ "marquee", "ticker", "reel", "running blocks", "running text", "scrolling text", "horizontal movement", "clones", "scroll", "filler", "animation", "ui", "library", "microlibrary", "magic", "css", "effects", "gsap" ], "homepage": "https://github.com/Cuberto/reller", "bugs": "https://github.com/Cuberto/reller/issues", "repository": { "type": "git", "url": "git+https://github.com/Cuberto/reller.git" }, "license": "MIT", "author": "Cuberto <info@cuberto.com> (https://cuberto.com/)", "main": "./dist/index.js", "unpkg": "./dist/index.umd.js", "module": "./dist/index.module.js", "source": "./src/index.js", "types": "./dist/index.d.ts", "files": [ "dist/", "src/" ], "scripts": { "build": "microbundle -f esm,cjs,umd --name Reeller --compress false --sourcemap false --generateTypes true && microbundle -f umd --name Reeller -o dist/reeller.min.js --no-pkg-main --generateTypes false", "dev": "microbundle -f esm,cjs,umd --name Reeller --compress false --sourcemap false --generateTypes true --watch", "lint": "eslint .", "lint-stagged": "lint-staged", "prepare": "husky install", "prettier": "prettier --check ." }, "lint-staged": { "*.js": [ "eslint --fix" ], "*.{js,ts,json,scss,css,html,md}": [ "prettier --write" ] }, "devDependencies": { "eslint": "^8.21.0", "husky": "^8.0.0", "lint-staged": "^13.0.3", "microbundle": "^0.15.0", "prettier": "^2.7.1" } }