-
Notifications
You must be signed in to change notification settings - Fork 3
/
dslink.json
46 lines (46 loc) · 953 Bytes
/
dslink.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": "dslink-java-haystack",
"version": "1.1.0",
"description": "An implementation dslink of a haystack protocol consumer",
"license": "Apache",
"author": {
"name": "Samuel Grenier",
"email": "[email protected]"
},
"main": "bin/dslink-java-haystack",
"repository": {
"type": "git",
"url": "https://github.com/IOT-DSA/dslink-java-haystack"
},
"bugs": {
"url": "https://github.com/IOT-DSA/dslink-java-haystack/issues"
},
"configs": {
"name": {
"type": "string",
"default": "haystack"
},
"broker": {
"type": "url"
},
"token": {
"type": "string"
},
"nodes": {
"type": "path",
"default": "nodes.json"
},
"key": {
"type": "path",
"default": ".key"
},
"log": {
"type": "enum",
"default": "info"
},
"handler_class": {
"type": "string",
"default": "org.dsa.iot.haystack.Main"
}
}
}