UNPKG

dile-smooth-scroll

Version:

Webcomponent dile-smooth-scroll smooth scroll component

31 lines (30 loc) 862 B
{ "name": "dile-smooth-scroll", "version": "1.1.1", "description": "Webcomponent dile-smooth-scroll smooth scroll component", "author": "dile-scroll", "homepage": "https://github.com/Polydile/dile-smooth-scroll.git", "license": "MIT", "repository": "https://github.com/Polydile/dile-smooth-scroll.git", "scripts": { "start": "owc-dev-server --app-index demo/index.html --open --watch", "site:build": "npm run storybook:build", "storybook": "start-storybook -p 9001", "storybook:build": "build-storybook -o _site -s storybook-static" }, "dependencies": { "lit-element": "^2.0.1", "lit-html": "^1.0.0" }, "devDependencies": { "owc-dev-server": "^1.0.0", "@open-wc/demoing-storybook": "^0.2.0" }, "keywords": [ "Web Component", "Scoll", "Lit-Element", "Javascript", "Scroll API" ] }