UNPKG

q-flow

Version:

Flow control (loops, arrays, etc) with promises and Q.

30 lines 611 B
{ "name": "q-flow", "version": "0.2.0", "description": "Flow control (loops, arrays, etc) with promises and Q.", "main": "q-flow.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/gyllstromk/q-plus-plus.git" }, "keywords": [ "q", "promises", "flow" ], "author": "Karl Gyllstrom", "license": "BSD", "bugs": { "url": "https://github.com/gyllstromk/q-plus-plus/issues" }, "devDependencies": { "mocha": "~1.14.0", "chai": "~1.8.1" }, "dependencies": { "q": "~0.9.7" } }