123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "jquery.scrollTo",
- "version": "1.4.12",
- "description": "Easy element scrolling using jQuery.",
- "homepage": "https://github.com/flesler/jquery.scrollTo",
- "main": [
- "./jquery.scrollTo.js",
- "./jquery.scrollTo.min.js"
- ],
- "ignore": [
- "**/.*",
- "demo",
- "tests",
- "changes.txt",
- "composer.json"
- ],
- "dependencies": {
- "jquery": ">=1.8"
- },
- "keywords": [
- "browser",
- "animated",
- "animation",
- "scrolling",
- "scroll",
- "links",
- "anchors"
- ],
- "author": {
- "name": "Ariel Flesler",
- "web": "http://flesler.blogspot.com/"
- },
- "_release": "1.4.12",
- "_resolution": {
- "type": "version",
- "tag": "1.4.12",
- "commit": "cb88f0b9ca64d806957139df93934b2f3ff6417f"
- },
- "_source": "git://github.com/flesler/jquery.scrollTo.git",
- "_target": "~1.4.11",
- "_originalSource": "jquery.scrollTo"
- }
|