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

component.json « visibilityjs « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa05949c874841f98977410caa51be2880b124f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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": "index.js",
  "scripts": [
    "index.js",
    "lib/visibility.core.js",
    "lib/visibility.timers.js"
  ]
}