worker-timer
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "worker-timer", | ||
"description": "Timer API that works stable in background tabs", | ||
"version": "1.0.0", | ||
"author": "mohayonao <mohayonao@gmail.com>", | ||
"version": "1.1.0", | ||
"author": "Nao Yonamine <mohayonao@gmail.com>", | ||
"bugs": { | ||
@@ -10,12 +10,14 @@ "url": "https://github.com/mohayonao/worker-timer/issues" | ||
"devDependencies": { | ||
"karma": "^0.12.37", | ||
"karma-browserify": "^4.4.2", | ||
"karma-chrome-launcher": "^0.1.12", | ||
"karma-firefox-launcher": "^0.1.7", | ||
"karma-mocha": "^0.1.10", | ||
"mocha": "^2.3.4" | ||
"browserify": "^13.0.1", | ||
"karma": "^0.13.22", | ||
"karma-browserify": "^5.0.5", | ||
"karma-chrome-launcher": "^1.0.1", | ||
"karma-firefox-launcher": "^1.0.0", | ||
"karma-mocha": "^1.0.1", | ||
"mocha": "^2.5.3", | ||
"uglify-js": "^2.6.2" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"package.json", | ||
"index.js", | ||
"README.md" | ||
@@ -39,4 +41,13 @@ ], | ||
"scripts": { | ||
"test": "karma start" | ||
"build": "npm run build-browser && npm run build-minify", | ||
"build-browser": "browserify index.js --standalone WorkerTimer -o build/worker-timer.js", | ||
"build-minify": "uglifyjs build/worker-timer.js -o build/worker-timer.min.js", | ||
"gh-pages": "git checkout gh-pages && git merge master && git push origin gh-pages && git checkout master", | ||
"postversion": "git push && git push --tags", | ||
"prepublish": "npm run test && npm run build", | ||
"preversion": "npm run test", | ||
"test": "karma start", | ||
"travis": "npm run test", | ||
"version": "npm run build && git add -A build" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3719
8
2
2
0