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

.bower.json « visibilityjs « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b82dff9d0f7c00b8c1bfa212da3356046c3e1d0 (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
{
  "name": "visibilityjs",
  "version": "1.2.3",
  "homepage": "https://github.com/ai/visibilityjs",
  "authors": [
    "Andrey A.I. Sitnik <andrey@sitnik.ru>"
  ],
  "description": "Wrapper for the Page Visibility API",
  "license": "MIT",
  "main": [
    "lib/visibility.core.js",
    "lib/visibility.timers.js"
  ],
  "ignore": [
    "package.json",
    "*.gemspec",
    "Cakefile",
    "test",
    "*.rb",
    ".*"
  ],
  "_release": "1.2.3",
  "_resolution": {
    "type": "version",
    "tag": "1.2.3",
    "commit": "f4456f2a8ab9192b102c9bb111a627ea666e4986"
  },
  "_source": "https://github.com/ai/visibility.js.git",
  "_target": "~1.2.1",
  "_originalSource": "visibilityjs"
}