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.02 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.0.28",
"keywords": [
"flow-based-programming",
"workflow",
"dataflow"
],
"bin": { "dataflows": "bin/dataflows" },
"repository": {
"type": "git",
"url": "git://github.com/apla/dataflo.ws.git"
},
"dependencies": {
"formidable": "*",
"mime": "*"
},
"devDependencies": {
"utest": "*"
},
"homepage": "http://apla.github.com/workflow.js/",
"author": "https://github.com/apla/",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"engines": {
"node": ">= 0.6.1"
},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.59",
"_nodeVersion": "v0.8.8",
"_defaultsLoaded": true,
"dist": {
"shasum": "dae79e14e13bcca90a09487af54e95a08d9e72b2"
},
"_from": "[email protected]",
"scripts": {
"test": "exit 0"
},
"license": "GPLv3",
"readmeFilename": "README.md"
}