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

.bower.json « jScrollPane « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 160f8a019b1ec55b035db38170b0a12d16177315 (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
{
  "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"
  },
  "homepage": "https://github.com/vitch/jScrollPane",
  "version": "2.0.23",
  "_release": "2.0.23",
  "_resolution": {
    "type": "version",
    "tag": "v2.0.23",
    "commit": "aea0f944db041ec93a70c6d076bd79428d026001"
  },
  "_source": "https://github.com/vitch/jScrollPane.git",
  "_target": "~2.0.0",
  "_originalSource": "jScrollPane"
}