-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
40 lines (40 loc) · 958 Bytes
/
component.json
File metadata and controls
40 lines (40 loc) · 958 Bytes
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
{
"name": "noflo-weaver",
"description": "Noflo component library for communication with a weaver server",
"author": "Gijs van der Ent <gijs@sysunite.com>",
"repo": "gijs/weaver-noflo",
"version": "v0.2.0",
"keywords": [],
"dependencies": {
"noflo/noflo": "*"
},
"remotes": [
"https://raw.githubusercontent.com"
],
"scripts": [
"index.js",
"components/WeaverConnect.coffee",
"components/WeaverGet.coffee",
"components/WeaverUpdateProperty.coffee",
"graphs/Get.fbp",
"graphs/Update.fbp"
],
"json": [
"component.json"
],
"fbp": [
"graphs/Get.fbp",
"graphs/Update.fbp"
],
"noflo": {
"graphs": {
"Get": "graphs/Get.fbp",
"Update": "graphs/Update.fbp"
},
"components": {
"WeaverConnect": "components/WeaverConnect.coffee",
"WeaverGet": "components/WeaverGet.coffee",
"WeaverUpdateProperty": "components/WeaverUpdateProperty.coffee"
}
}
}