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 'node_modules/jquery.scrollto/bower.json')
-rw-r--r--node_modules/jquery.scrollto/bower.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/node_modules/jquery.scrollto/bower.json b/node_modules/jquery.scrollto/bower.json
new file mode 100644
index 0000000000..4076cdbd3c
--- /dev/null
+++ b/node_modules/jquery.scrollto/bower.json
@@ -0,0 +1,28 @@
+{
+ "name": "jquery.scrollTo",
+ "description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
+ "homepage": "https://github.com/flesler/jquery.scrollTo",
+ "main": [
+ "./jquery.scrollTo.js"
+ ],
+ "ignore": [
+ "**/.*",
+ "demo",
+ "tests",
+ "CHANGELOG",
+ "README.md",
+ "composer.json",
+ "package.json"
+ ],
+ "dependencies": {
+ "jquery": ">=1.8"
+ },
+ "keywords": [
+ "browser", "animated", "animation", "jquery",
+ "scrolling", "scroll", "links", "anchors"
+ ],
+ "author": {
+ "name": "Ariel Flesler",
+ "web": "http://flesler.blogspot.com/"
+ }
+}