UNPKG

gated-async

Version:

Wrapper to ensure an async function runs in series when called multiple times

31 lines (30 loc) 702 B
{ "name": "gated-async", "version": "0.1.0", "description": "Wrapper to ensure an async function runs in series when called multiple times", "main": "index.js", "scripts": { "prepublish": "make test", "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/quarterto/gated-async.git" }, "keywords": [ "async", "gated", "control", "flow" ], "author": "Matt Brennan <mwrbrennan@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/quarterto/gated-async/issues" }, "homepage": "https://github.com/quarterto/gated-async", "devDependencies": { "LiveScript": "^1.2.0", "mocha": "^1.20.0" } }