UNPKG

@three11/scrollspy

Version:

Automatically update your navigation components based on scroll position to indicate which link is currently active in the viewport

52 lines (51 loc) 1.19 kB
{ "name": "@three11/scrollspy", "version": "2.0.0", "description": "Automatically update your navigation components based on scroll position to indicate which link is currently active in the viewport", "main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "scripts": { "build": "rollup -c", "start": "rollup -c -w" }, "repository": { "type": "git", "url": "git+https://github.com/three11/scrollspy.git" }, "keywords": [ "ScrollSpy", "Navigation", "Animated scroll" ], "authors": [ { "name": "Three 11 Ltd", "email": "hello@three-11.com", "role": "Developer" }, { "name": "Alexander Panayotov", "email": "alexander.panayotov@gmail.com", "role": "Developer" }, { "name": "Atanas Atanasov", "email": "scriptex.bg@gmail.com", "role": "Developer" } ], "license": "GPL-3.0", "bugs": { "url": "https://github.com/three11/scrollspy/issues" }, "homepage": "https://github.com/three11/scrollspy#readme", "dependencies": {}, "devDependencies": { "@rollup/plugin-typescript": "8.3.0", "rollup": "2.63.0", "rollup-plugin-terser": "7.0.2", "tslib": "2.3.1", "typescript": "4.5.4" } }