forked from apla/dataflo.ws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "dataflo.ws",
"description": "Zero-code JSON config-based workflow engine for Node, PhoneGap and browser.",
"version": "0.55.2",
"keywords": [
"flow-based-programming",
"workflow",
"dataflow"
],
"bin": { "dataflows": "bin/dataflows" },
"repository": {
"type": "git",
"url": "git://github.com/apla/dataflo.ws.git"
},
"peerDependencies": {
"multiparty": "*",
"mime": "*",
"minimist": "*"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"preferGlobal": true,
"devDependencies": {
"utest": "*"
},
"homepage": "https://github.com/apla/dataflo.ws",
"author": "https://github.com/apla/",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"optionalDependencies": {},
"_engineSupported": true,
"_defaultsLoaded": true,
"dist": {
"shasum": "dae79e14e13bcca90a09487af54e95a08d9e72b2"
},
"scripts": {
"test": "exit 0"
},
"license": "GPLv3",
"readmeFilename": "README.md"
}