accurate-interval
Version:
Create an accurate interval that does not skew over time.
38 lines (37 loc) • 985 B
JSON
{
"name": "accurate-interval",
"version": "1.0.9",
"description": "Create an accurate interval that does not skew over time.",
"main": "index.js",
"scripts": {
"test": "npm run lint && tape test.js",
"lint": "jshint **.js",
"cover": "istanbul cover tape -- test.js",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klyngbaek/accurate-interval.git"
},
"keywords": [
"accurate",
"timeout",
"skew",
"interval",
"setInterval",
"setTimeout",
"timer"
],
"author": "Kristian Lyngbaek <klyngbaek@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/klyngbaek/accurate-interval/issues"
},
"homepage": "https://github.com/klyngbaek/accurate-interval#readme",
"devDependencies": {
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"tape": "^4.4.0"
}
}