mirror of
https://github.com/ai/visibilityjs.git
synced 2026-05-11 03:00:18 -04:00
Clean up package files
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
"name": "visibilityjs",
|
||||
"version": "1.1.0",
|
||||
"homepage": "https://github.com/ai/visibility.js",
|
||||
"authors": [
|
||||
"Andrey A.I. Sitnik <andrey@sitnik.ru>"
|
||||
],
|
||||
"authors": ["Andrey A.I. Sitnik <andrey@sitnik.ru>"],
|
||||
"description": "Wrapper for the Page Visibility API",
|
||||
"license": "MIT",
|
||||
"main": [
|
||||
|
||||
16
package.json
16
package.json
@@ -1,14 +1,22 @@
|
||||
{
|
||||
"name": "visibilityjs",
|
||||
"version": "1.1.0",
|
||||
"description": "Wrapper for the Page Visibility API",
|
||||
"keywords": ["page visibility api", "visibility", "polyfill", "timer"],
|
||||
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ai/visibility.js.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coffee-script": "1.7.1",
|
||||
"mocha": "1.17.1",
|
||||
"chai": "1.9.0",
|
||||
"sinon": "1.8.2",
|
||||
"sinon-chai": "2.5.0",
|
||||
"uglify-js": "2.4.12",
|
||||
"fs-extra": "0.8.1",
|
||||
"uglify-js": "2.4.12"
|
||||
"sinon": "1.8.2",
|
||||
"mocha": "1.17.1",
|
||||
"chai": "1.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
|
||||
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.name = 'visibilityjs'
|
||||
s.version = version
|
||||
s.summary = 'Visibility.js - a wrapper for the Page Visibility API.'
|
||||
s.summary = 'Wrapper for the Page Visibility API'
|
||||
s.description = 'Visibility.js allow you to determine whether ' +
|
||||
'your web page is visible to an user, is hidden in ' +
|
||||
'background tab or is prerendering. It allows you use ' +
|
||||
|
||||
Reference in New Issue
Block a user