-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
69 lines (69 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "dataflo.ws",
"description": "Zero-code JSON config-based dataflow engine for Node, PhoneGap and browser.",
"version": "0.72.8",
"keywords": [
"flow-based-programming",
"workflow",
"dataflow"
],
"bin": {
"dataflows": "bin/dataflows.js"
},
"repository": {
"type": "git",
"url": "git://github.com/apla/dataflo.ws.git"
},
"peerDependencies": {
"conf-fu": "^0.5.12",
"commop": "^1.2.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"preferGlobal": true,
"optionalDependencies": {
"mime": "*",
"mmmagic": "*"
},
"dependencies": {
"multiparty": "*",
"tough-cookie": "*"
},
"devDependencies": {
"mime": "*",
"mmmagic": "*",
"conf-fu": "^0.5.12",
"commop": "^1.2.0",
"ayepromise": "*",
"istanbul": "*",
"mocha": "*",
"codecov.io": "*",
"fsobject": "^1.0.0",
"paintbrush": "^1.0.0"
},
"bundledDependencies": [
"fsobject",
"paintbrush"
],
"scripts": {
"test": "NODE_PATH=..:$NODE_PATH /usr/bin/env istanbul cover _mocha -- -R list && cat ./coverage/coverage.json | codecov",
"make-docs": "NODE_PATH=..:$NODE_PATH /usr/bin/env mr-doc -s ./ -o docs/ -n 'dataflo.ws'"
},
"homepage": "https://github.com/apla/dataflo.ws",
"author": "https://github.com/apla/",
"main": "node.js",
"directories": {
"example": "example",
"test": "test"
},
"optionalDependencies": {},
"_engineSupported": true,
"_defaultsLoaded": true,
"dist": {
"shasum": "dae79e14e13bcca90a09487af54e95a08d9e72b2"
},
"license": "MIT",
"readmeFilename": "README.md"
}