UNPKG

funcflow

Version:

Simplifies asynchronous control flow in javascript making making parallel code, synchronous code, and error handling simple

26 lines (25 loc) 881 B
{ "name": "funcflow" , "version": "1.1.0" , "description": "Simplifies asynchronous control flow in javascript making making parallel code, synchronous code, and error handling simple" , "homepage": "https://github.com/freethenation/funcflow" , "keywords": ["async", "parallel", "synchronous", "coffee", "callback", "flow", "control", "coffeescript"] , "author": "Richard Klafter <rpklafter@yahoo.com>" , "contributors": [ { "name": "Richard Klafter", "email": "rpklafter@yahoo.com" } ] , "repository":{ "type": "git" , "url": "https://github.com/freethenation/funcflow.git" } , "dependencies": { } , "devDependencies": { "coffee-script": "1.3.3" , "uglify-js": "1.3.0" } , "main": "index" , "engines": { "node": ">= 0.4.0" } , "scripts": { "test": "cake build:full" } }