UNPKG

scrl

Version:

Page acceleration based scroll animation.

35 lines (34 loc) 749 B
{ "name": "scrl", "amdName": "Scrl", "version": "2.0.0", "description": "Page acceleration based scroll animation.", "type": "module", "source": "src/index.js", "main": "./dist/index.cjs", "module": "./dist/index.module.js", "exports": "./dist/index.modern.js", "unpkg": "./dist/index.umd.js", "files": [ "dist" ], "scripts": { "build": "microbundle", "prepublish": "npm run build", "size": "gzip -c dist/index.umd.js | wc -c" }, "author": "Georgy Marchuk", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gmrchk/scrl.git" }, "keywords": [ "acceleration", "scroller", "window scroll" ], "devDependencies": { "microbundle": "^0.15.1" } }