Clean up package files

This commit is contained in:
Andrey Sitnik
2014-02-27 06:42:37 +04:00
parent 0415ec95cd
commit 0c5e135283
3 changed files with 14 additions and 8 deletions

View File

@@ -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": [

View File

@@ -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"

View File

@@ -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 ' +