anchor-scroll
Version:
Smooth scrolling for anchor links using scroll-to-element
30 lines (29 loc) • 619 B
JSON
{
"name": "anchor-scroll",
"description": "Smooth scrolling for anchor links using scroll-to-element",
"version": "2.0.0",
"author": {
"name": "Will Hoag",
"email": "dev@willhoag.com"
},
"bugs": {
"url": "https://github.com/willhoag/anchor-scroll/issues"
},
"dependencies": {
"closest": "0.0.1",
"object-assign": "^2.0.0",
"scroll-to-element": "^2.0.0"
},
"keywords": [
"anchor",
"animate",
"scroll",
"smooth"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/willhoag/anchor-scroll.git"
}
}