UNPKG

ppl

Version:

Promise implementation with advanced flow control capabilities.

42 lines (41 loc) 1.02 kB
{ "name": "ppl", "version": "0.1.8", "description": "Promise implementation with advanced flow control capabilities.", "keywords": [ "promies", "pipe", "pipeline" ], "homepage": "https://github.com/JohnnyDevMode/ppl", "bugs": "https://github.com/JohnnyDevMode/ppl", "repository": { "type": "git", "url": "https://github.com/JohnnyDevMode/ppl.git" }, "author": "John E. Bailey <john@devmode.com> (https://github.com/JohnnyDevMode)", "licenses": [ { "type": "MIT", "url": "https://github.com/JohnnyDevMode/fireball-db/blob/master/LICENSE-MIT" } ], "main": "lib/index.js", "scripts": { "test": "gulp test" }, "devDependencies": { "coffee-script": "~1.7.1", "del": "2.2.0", "gulp": "3.9.1", "gulp-cached": "1.1.0", "gulp-coffee": "2.3.2", "gulp-help": "1.6.1", "gulp-istanbul": "0.10.4", "gulp-mocha": "2.2.0", "chai": "^3.0.0", "chai-things": "^0.2.0", "mocha": "^2.1.0", "promise": "~7.1.1" } }