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

bower.json « jScrollPane « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f95e89f1dfbbfd0732dddfece4dd229c5e91d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"name": "jScrollPane",
	"license": [
		"MIT",
		"GPL-2.0"
	],
	"main": [
		"./script/jquery.mousewheel.js",
		"./script/mwheelIntent.js",
		"./script/jquery.jscrollpane.js",
		"./script/jquery.jscrollpane.min.js",
		"./style/jquery.jscrollpane.css"
	],
	"dependencies": {
		"jquery": "latest"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/vitch/jScrollPane.git"
	}
}