Welcome to mirror list, hosted at ThFree Co, Russian Federation.

scrollTo.jquery.json « jquery.scrollTo « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e51c080d47c0f274e09b7fd32d428b4b02db822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"name": "scrollTo",
	"title": "Ariel Flesler's jQuery scrollTo",
	"description": "Easy element scrolling using jQuery.",
	"keywords": ["browser", "animated", "animation", "scrolling", "scroll", "links", "anchors"],
	"version": "1.4.14",
	"author": {
		"name": "Ariel Flesler",
		"email": "aflesler@gmail.com",
		"url": "http://flesler.blogspot.com"
	},
	"maintainers": [{
		"name": "Ariel Flesler",
		"email": "aflesler@gmail.com",
		"url": "http://flesler.blogspot.com"
	}],
	"licenses": [{
		"type": "MIT",
		"url": "https://github.com/flesler/jquery.scrollTo/blob/master/LICENSE"
	}],
	"homepage": "https://github.com/flesler/jquery.scrollTo",
	"docs": "http://flesler.blogspot.com/2007/10/jqueryscrollto.html",
	"bugs": "https://github.com/flesler/jquery.scrollTo/issues",
	"download": "https://github.com/flesler/jquery.scrollTo/releases",
	"demo": "http://demos.flesler.com/jquery/scrollTo",
	"dependencies": {
		"jquery": ">=1.4"
	}
}