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

.bower.json « jquery.scrollTo « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39db706a72230cd26279c3a57d3ec31fe582f149 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "jquery.scrollTo",
  "version": "1.4.13",
  "description": "Easy element scrolling using jQuery.",
  "homepage": "https://github.com/flesler/jquery.scrollTo",
  "main": [
    "./jquery.scrollTo.js"
  ],
  "ignore": [
    "**/.*",
    "demo",
    "tests",
    "changes.txt",
    "composer.json"
  ],
  "dependencies": {
    "jquery": ">=1.8"
  },
  "keywords": [
    "browser",
    "animated",
    "animation",
    "scrolling",
    "scroll",
    "links",
    "anchors"
  ],
  "author": {
    "name": "Ariel Flesler",
    "web": "http://flesler.blogspot.com/"
  },
  "_release": "1.4.13",
  "_resolution": {
    "type": "version",
    "tag": "1.4.13",
    "commit": "f6274158cefae9dbfae7c13925c6d25c5081d1c4"
  },
  "_source": "git://github.com/flesler/jquery.scrollTo.git",
  "_target": "~1.4.13",
  "_originalSource": "jquery.scrollTo"
}