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.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/bower_components/jScrollPane/bower.json b/libs/bower_components/jScrollPane/bower.json
new file mode 100644
index 0000000000..4f95e89f1d
--- /dev/null
+++ b/libs/bower_components/jScrollPane/bower.json
@@ -0,0 +1,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"
+ }
+}