UNPKG

735 BJSONView Raw
1{
2 "name": "dataflo.ws",
3 "description": "Zero-code JSON config-based dataflow engine for Node, PhoneGap and browser.",
4 "version": "0.62.3",
5 "keywords": [
6 "flow-based-programming",
7 "workflow",
8 "dataflow"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/apla/dataflo.ws.git"
13 },
14 "homepage": "https://github.com/apla/dataflo.ws",
15 "author": "https://github.com/apla/",
16 "scripts": [
17 "common.js",
18 "index.js",
19 "color.js",
20 "task/base.js",
21 "task/every.js",
22 "flow.js",
23 "task/emit.js",
24 "task/sleep.js",
25 "initiator/token.js",
26 "initiator/timer.js"
27 ],
28 "license": "GPLv3",
29 "readmeFilename": "README.md",
30 "dependencies": {
31 "apla/node-util": "*"
32 }
33}