UNPKG

@parsonic/back-to-top

Version:

Scroll back to top of page web component

35 lines 717 B
{ "name": "@parsonic/back-to-top", "version": "1.3.1", "description": "Scroll back to top of page web component", "main": "index.js", "types": "index.d.ts", "type": "module", "files": [ "CHANGELOG.md", "custom-elements.json", "*.js", "*.map", "*.ts" ], "repository": { "type": "git", "url": "https://github.com/p-m-p/parsonic" }, "keywords": [ "back", "component", "page", "scroll", "top", "web" ], "author": "Phil Parsons", "license": "MIT", "customElements": "custom-elements.json", "scripts": { "build": "node ../../scripts/build.js", "generate-manifest": "cem analyze --globs 'src/BackToTop.js'", "types": "tsc" } }