diff --git a/bower.json b/bower.json index 7bc5fa7..385fd27 100644 --- a/bower.json +++ b/bower.json @@ -2,9 +2,7 @@ "name": "visibilityjs", "version": "1.1.0", "homepage": "https://github.com/ai/visibility.js", - "authors": [ - "Andrey A.I. Sitnik " - ], + "authors": ["Andrey A.I. Sitnik "], "description": "Wrapper for the Page Visibility API", "license": "MIT", "main": [ diff --git a/package.json b/package.json index 6da08e1..ba054c0 100644 --- a/package.json +++ b/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 ", + "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" diff --git a/visibilityjs.gemspec b/visibilityjs.gemspec index cf0d46e..85faf33 100644 --- a/visibilityjs.gemspec +++ b/visibilityjs.gemspec @@ -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 ' +