{
  "name": "middleware-flow",
  "version": "0.8.0",
  "description": "Middleware control flow library: series, parallel, or, and",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "lab -a code -l -c test",
    "test-watch": "nodemon --exec npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tjmehta/middleware-flow.git"
  },
  "author": "Tejesh Mehta",
  "contributors": [
    "Bryan Kendall <bryan@bryankendall.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjmehta/middleware-flow/issues"
  },
  "homepage": "https://github.com/tjmehta/middleware-flow",
  "dependencies": {
    "101": "^0.16.1",
    "callback-count": "0.0.3"
  },
  "devDependencies": {
    "code": "^1.4.0",
    "express": "~3.5.0",
    "lab": "^5.6.0",
    "nodemon": "^1.3.7",
    "supertest": "^0.9.0"
  }
}
