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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/jScrollPane/.bower.json')
-rw-r--r--libs/bower_components/jScrollPane/.bower.json28
1 files changed, 23 insertions, 5 deletions
diff --git a/libs/bower_components/jScrollPane/.bower.json b/libs/bower_components/jScrollPane/.bower.json
index 0dbc55afc6..160f8a019b 100644
--- a/libs/bower_components/jScrollPane/.bower.json
+++ b/libs/bower_components/jScrollPane/.bower.json
@@ -1,14 +1,32 @@
{
"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"
+ },
"homepage": "https://github.com/vitch/jScrollPane",
- "version": "2.0.14",
- "_release": "2.0.14",
+ "version": "2.0.23",
+ "_release": "2.0.23",
"_resolution": {
"type": "version",
- "tag": "2.0.14",
- "commit": "f4042d628a6a593462239fe5eb74a7f7d386f2a7"
+ "tag": "v2.0.23",
+ "commit": "aea0f944db041ec93a70c6d076bd79428d026001"
},
- "_source": "git://github.com/vitch/jScrollPane.git",
+ "_source": "https://github.com/vitch/jScrollPane.git",
"_target": "~2.0.0",
"_originalSource": "jScrollPane"
} \ No newline at end of file