{
  "name": "node-pipeline",
  "version": "1.0.2",
  "main": "index",
  "description": "Simple module to performing asynchronous inter-dependent series operations in node.  Unlike other more complicated approaches, this is pure javascript and very small (~100 lines of code with comments).",
  "keywords": [
    "node",
    "pipeline",
    "async",
    "series",
    "execution"
  ],
  "author": {
    "name": "Tommy Messbauer",
    "email": "tom.messbauer@gmail.com",
    "twitter": "tommymessbauer"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:tommymessbauer/node-pipeline.git"
  },
  "directories": {
    "tests": "tests"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "scripts": {
    "test": "node tests/api.js"
  },
  "dependencies": {},
  "devDependencies": {
    "lodash": "*",
    "optimist": "*",
    "tap": "*"
  },
  "optionalDependencies": {}
}
