UNPKG

micro-scrollspy

Version:

A lightweight library for implementing scrollspy functionality in web applications.

24 lines (23 loc) 676 B
{ "name": "micro-scrollspy", "version": "0.0.1", "description": "A lightweight library for implementing scrollspy functionality in web applications.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/rosalinbat/micro-scrollspy" }, "keywords": ["scrollspy", "scroll", "navigation", "spy", "scroll-tracker"], "author": "Oleg Vitrovich", "license": "MIT", "dependencies": { "scrollama": "^2.2.3", "intersection-observer": "^0.12.0", "lodash.throttle": "^4.1.1", "smoothscroll-polyfill": "^0.4.4", "delegate": "^4.1.2" } }