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/composer.json')
-rw-r--r--node_modules/jquery.scrollto/composer.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/node_modules/jquery.scrollto/composer.json b/node_modules/jquery.scrollto/composer.json
new file mode 100644
index 0000000000..2e76e1beb7
--- /dev/null
+++ b/node_modules/jquery.scrollto/composer.json
@@ -0,0 +1,32 @@
+{
+ "name": "flesler/jquery.scrollto",
+ "description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
+ "keywords": [
+ "browser", "animated", "animation", "jquery",
+ "scrolling", "scroll", "links", "anchors"
+ ],
+ "homepage": "https://github.com/flesler/jquery.scrollTo",
+ "support": {
+ "issues": "https://github.com/flesler/jquery.scrollTo/issues",
+ "source": "https://github.com/flesler/jquery.scrollTo"
+ },
+ "authors": [
+ {
+ "name": "Ariel Flesler",
+ "web": "http://flesler.blogspot.com/"
+ }
+ ],
+ "require": {
+ "components/jquery": ">=1.8"
+ },
+ "extra": {
+ "component": {
+ "scripts": [
+ "jquery.scrollTo.js"
+ ],
+ "files": [
+ "jquery.scrollTo.min.js"
+ ]
+ }
+ }
+} \ No newline at end of file