{
  "name": "node-workflows",
  "version": "1.3.3",
  "description": "Simple and fast implementation of action-driven workflows.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkloubert/node-workflows.git"
  },
  "keywords": [
    "actions",
    "driven",
    "workflows",
    "asynchronus",
    "promise",
    "execute",
    "execution",
    "batches",
    "chains",
    "typescript",
    "DefinitelyTyped",
    "definition",
    "files",
    "promise"
  ],
  "author": "mkloubert",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mkloubert/node-workflows/issues"
  },
  "homepage": "https://github.com/mkloubert/node-workflows#readme",
  "readmeFilename": "README.md",
  "devDependencies": {
    "@types/node": "^7.0.8"
  }
}
