{
  "name": "flowy",
  "version": "0.4.0",
  "description": "A flow-control framework for Node.js inspired by CommonJS promises and the Step framework.",
  "engine": [
    "node >=0.2.0"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/maslennikov/node-flowy"
  },
  "devDependencies": {
    "tap-dot": "^1.0.0",
    "tape": "^2.13.1"
  },
  "scripts": {
    "test": "./node_modules/tape/bin/tape ./spec/* | tap-dot"
  },
  "main": "index.js"
}
