gaffa-flow
Version:
An action for triggering other actions after a flow of model events occurs
25 lines (24 loc) • 531 B
JSON
{
"name": "gaffa-flow",
"description": "An action for triggering other actions after a flow of model events occurs",
"author": "Kory Nunn <knunn187@gmail.com>",
"version": "2.1.0",
"main": "flow.js",
"peerDependencies": {
"gaffa": "^1.22.0"
},
"repository": {
"type": "git",
"url": "https://github.com/KoryNunn/gaffa-flow.git"
},
"bugs": {
"url": "http://github.com/KoryNunn/gaffa-flow/issues"
},
"keywords": [
"gaffa",
"flow",
"action",
"parallel"
],
"license": "MIT"
}