UNPKG

645 BJSONView Raw
1{
2 "name": "jquery.scrollTo",
3 "version": "2.1.1",
4 "description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
5 "homepage": "https://github.com/flesler/jquery.scrollTo",
6 "main": [
7 "./jquery.scrollTo.js"
8 ],
9 "ignore": [
10 "**/.*",
11 "demo",
12 "tests",
13 "CHANGELOG",
14 "README.md",
15 "composer.json",
16 "package.json"
17 ],
18 "dependencies": {
19 "jquery": ">=1.8"
20 },
21 "keywords": [
22 "browser", "animated", "animation", "jquery",
23 "scrolling", "scroll", "links", "anchors"
24 ],
25 "author": {
26 "name": "Ariel Flesler",
27 "web": "http://flesler.blogspot.com/"
28 }
29}