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

component.json « visibilityjs « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 588fa785178d6ea550f684e1bce82480e132dea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "visibilityjs",
  "version": "1.2.8",
  "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"
  ]
}