UNPKG

async-polling

Version:

An easy way to run reliable polling without messing with setTimeout.

33 lines (32 loc) 805 B
{ "name": "async-polling", "version": "0.2.1", "description": "An easy way to run reliable polling without messing with setTimeout.", "main": "src/async-polling.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/cGuille/async-polling.git" }, "keywords": [ "poll", "polling", "async", "setTimeout", "setInterval", "task" ], "author": "@cGuille <cguille.dev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/cGuille/async-polling/issues" }, "homepage": "https://github.com/cGuille/async-polling#readme", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-uglify": "^0.9.2" } }