{
  "name"        : "@alexanderallen/node.flow",
  "version"     : "1.2.4",
  "description" : "A deadly simple flow control package for node.js",
  "keywords"    : [ "flow", "node.flow", "flow control", "async", "sync", "steps" ],
  "author"      : "alexanderallen <richard.alexander.allen@gmail.com>",
  "dependencies": {
    "node.extend" : "1.0.8"
  },
  "devDependencies": {
    "should": "2.1.1"
  },
  "repository": {
    "type": "git",
    "url" : "https://github.com/AlexanderAllen/node.flow.git"
  },
  "main"    : "index",
  "engines" : [ "node >= 0.4.0" ],
  "licenses": [{
    "type": "MIT",
    "url" : "http://en.wikipedia.org/wiki/MIT_License"
  }]
}
