flipflop-scroll
Version:
A tiny vanilla JS library to scroll section by section
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "flipflop-scroll",
"version": "1.0.3",
"description": "A tiny vanilla JS library to scroll section by section",
"main": "dist/index.js",
"module": "dist/index.mjs",
"svelte": "src/index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugbit-io/flipflop.git"
},
"keywords": [
"FlipFlop",
"Scroll",
"Section",
"Lazy Scroll",
"Vertical Carousel",
"Dot Navigation",
"Vanilla Javascript"
],
"author": "Daniel Untiedt",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/bugbit-io/flipflop/issues"
},
"homepage": "https://bugbit.io/example/flipflop-scroll",
"devDependencies": {
"rollup": "^2.26.6",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^6.0.0",
"svelte": "^3.24.1"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^9.0.0"
}
}