flamingo-carotene-smooth-scroll-to
Version:
The smooth scroll module enables to scroll smoothly to a given y coordinate or dom element
29 lines (28 loc) • 974 B
JSON
{
"name": "flamingo-carotene-smooth-scroll-to",
"version": "9.0.0-alpha.13",
"description": "The smooth scroll module enables to scroll smoothly to a given y coordinate or dom element",
"author": "team-frontend <team-frontend@aoe.com>",
"license": "OSL-3.0",
"repository": "https://github.com/i-love-flamingo/flamingo-carotene/tree/master/modules/flamingo-carotene-smooth-scroll-to",
"keywords": [
"flamingo-carotene",
"flamingo",
"carotene",
"om3"
],
"main": "dist/smoothScrollTo.js",
"scripts": {
"build": "rm -rf ./dist & mkdir dist & npx babel src/smoothScrollTo.js -o dist/smoothScrollTo.js",
"test": "echo \"No tests present\"",
"link": "npm link",
"unlink": "npm unlink"
},
"devDependencies": {
"@babel/cli": "7.22.15",
"@babel/core": "7.22.20",
"@babel/plugin-transform-modules-commonjs": "7.22.15",
"@babel/preset-env": "7.22.20"
},
"gitHead": "525073a8589c8d04fec95dddd7d751d5d6c05fa4"
}