{
  "name": "asynchelper",
  "version": "0.7.4",
  "main": "./build/AsyncHelper.js",
  "keywords": [
    "nodejs",
    "async",
    "dispatcher",
    "condition",
    "future",
    "promise"
  ],
  "author": "ibon tolosana <hyperandroid@gmail.com>",
  "description": "AsyncHelper is a general purpose library to work with asynchronous code in node js. Has timeout and pass-through error control over function waterfalls, parallel condition execution flow, fine-grained control for scarce resources, etc.",
  "repository": {
    "type": "git",
    "url": "git://github.com/hyperandroid/AsyncHelper.git"
  },
  "dependencies": {},
  "devDependencies": {},
  "optionalDependencies": {},
  "typings" : "./build/AsyncHelper.d.ts",
  "engines": {
    "node": "*"
  },
  "license": "MIT",
  "homepage": "http://github.com/hyperandroid/AsyncHelper"
}
