-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
23 lines (23 loc) · 925 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "jquery.localscroll",
"version": "2.0.0",
"description": "Animated anchor navigation made easy with jQuery",
"main": "jquery.localScroll.js",
"author": {
"name": "Ariel Flesler",
"url": "http://flesler.blogspot.com"
},
"license": "MIT",
"homepage": "https://github.com/flesler/jquery.localScroll",
"docs": "http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html",
"bugs": "https://github.com/flesler/jquery.localScroll/issues",
"download": "https://github.com/flesler/jquery.localScroll/releases",
"repository": "git://github.com/flesler/jquery.localScroll",
"demo": "http://demos.flesler.com/jquery/localScroll",
"keywords": ["browser","animated","animation","scrolling","scroll","links","anchors","jquery-plugin","ecosystem:jquery"],
"ignore": ["**/.*","demo","tests","CHANGELOG","README.md","bower.json"],
"peerDependencies": {
"jquery": ">=1.8",
"jquery.scrollto": ">=2.0.0"
}
}