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: d7c435f5706bd2e559ff7b36f5cdd10f306d3912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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",
    ".*"
  ]
}