flowcode
Version:
Tools for building dataflow graphs
30 lines (29 loc) • 655 B
JSON
{
"name": "flowcode",
"version": "0.1.1",
"description": "Tools for building dataflow graphs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"!dist/**/*.spec.*",
"package.json",
"README.md"
],
"keywords": [
"computational-graphs",
"dataflow-programming",
"flow-based-programming",
"reactive-programming",
"reactive-streams",
"stream-processing",
"distributed-computing"
],
"homepage": "http://kwaia.com",
"author": "Dan Stocker <dan@kwaia.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kwaia/flowcode.js.git"
}
}