scroll-to-element
Version:
Smooth scrolling to an element via selector or node reference
35 lines (34 loc) • 761 B
JSON
{
"name": "scroll-to-element",
"description": "Smooth scrolling to an element via selector or node reference",
"version": "2.0.3",
"author": {
"name": "Will Hoag",
"email": "dev@willhoag.com"
},
"bugs": {
"url": "https://github.com/willhoag/scroll-to-element/issues"
},
"scripts": {
"build": "browserify -e index.js -o build/scrollToElement.js -s scrollToElement",
"prepublish": "npm run build"
},
"dependencies": {
"raf": "^3.4.0"
},
"keywords": [
"animate",
"scroll",
"tween",
"smooth"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/willhoag/scroll-to-element.git"
},
"devDependencies": {
"browserify": "^16.2.2"
}
}