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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/visibilityjs/component.json')
-rw-r--r--libs/bower_components/visibilityjs/component.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/bower_components/visibilityjs/component.json b/libs/bower_components/visibilityjs/component.json
new file mode 100644
index 0000000000..aa05949c87
--- /dev/null
+++ b/libs/bower_components/visibilityjs/component.json
@@ -0,0 +1,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"
+ ]
+}