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

bower.json « jquery.scrollto « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4076cdbd3c5701c5c6fc104c9705eeabbcc25ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/"
  }
}