{
  "name": "@starksasia/waitfor",
  "version": "0.0.3",
  "description": "Sequential programming for node.js, end of callback hell",
  "author": {
    "name": "starksasia"
  },
  "keywords": [
    "fiber",
    "thread",
    "sync",
    "parallel",
    "worker",
    "future",
    "promise",
    "wait",
    "Wait.for",
    "callback hell"
  ],
  "homepage": "http://github.com/starksasia/waitfor",
  "license": "Creative Commons, MIT",
  "bugs": "http://github.com/starksasia/waitfor/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/starksasia/waitfor.git"
  },
  "main": "waitfor.js",
  "engines": {
    "node": ">=0.5.2"
  },
  "dependencies": {
    "fibers": ">=1.0.1",
    "@starksasia/navigator": "^0.0.1"
  },
  "scripts": {
    "test": "node tests"
  }
}
