UNPKG

series

Version:

Compose a series of chainable async methods

34 lines (33 loc) 690 B
{ "name": "series", "version": "0.3.3", "description": "Compose a series of chainable async methods", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha test/ --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/scottcorgan/series.git" }, "author": "Scott Corgan", "license": "MIT", "bugs": { "url": "https://github.com/scottcorgan/series/issues" }, "devDependencies": { "expect.js": "~0.2.0", "mocha": "~1.14.0", "async": "~0.2.9", "sinon": "~1.7.3" }, "dependencies": { "promise": "~3.2.0", "drainer": "~0.1.0" }, "keywords": [ "chain", "async", "compose" ] }