1e14
Version:
Minimal API for building function graphs
30 lines (29 loc) • 633 B
JSON
{
"name": "1e14",
"version": "0.1.3",
"description": "Minimal API for building function 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",
"function-graph",
"reactive-programming",
"reactive-streams",
"stream-processing",
"distributed-computing"
],
"author": "Dan Stocker <dan@kwaia.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:1e14/1e14.git"
}
}