-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
20 lines (20 loc) · 928 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "jquery.scrollto",
"version": "2.1.3",
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
"main": "jquery.scrollTo.js",
"license": "MIT",
"ignore": ["**/.*","demo","tests","CHANGELOG","README.md","composer.json","bower.json"],
"dependencies": { "jquery": ">=1.8" },
"homepage": "https://github.com/flesler/jquery.scrollTo/",
"docs": "https://github.com/flesler/jquery.scrollTo/",
"demo": "http://demos.flesler.com/jquery/scrollTo/",
"bugs": "https://github.com/flesler/jquery.scrollTo/issues",
"download": "https://github.com/flesler/jquery.scrollTo/releases",
"repository": "git://github.com/flesler/jquery.scrollTo",
"keywords": ["browser","animated","animation","scrolling","scroll","links","anchors","jquery","jquery-plugin", "ecosystem:jquery"],
"author": {
"name": "Ariel Flesler",
"web": "https://github.com/flesler/"
}
}