-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.63 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
{
"name": "node-red-contrib-atim",
"version": "1.3.1",
"description": "ATIM Nodes for Node-RED to decode messages from LoRaWAN Gateway like AGATE, Multitech or server.",
"author": "Quentin DESBOIS <qd@atim.com>",
"maintainers": [
{
"name": "Quentin DESBOIS",
"email": "qd@atim.com",
"web": "https://github.com/Quentintin"
}
],
"license": "MIT",
"keywords": [
"node-red",
"atim",
"lora",
"acw",
"lorawan",
"sigfox",
"lpwan"
],
"node-red": {
"nodes": {
"atim-agate-user": "nodes/atim-agate-user/atim-agate-user.js",
"atim-list-downlinks": "nodes/atim-list-downlinks/atim-list-downlinks.js",
"atim-find-product": "nodes/atim-find-product/atim-find-product.js",
"atim-gateway-details": "nodes/atim-gateway-details/atim-gateway-details.js",
"atim-parser": "nodes/atim-parser/atim-parser.js",
"atim-custom-product": "nodes/atim-custom-product/atim-custom-product.js",
"atim-custom-frames-collection": "nodes/atim-custom-frames-collection/atim-custom-frames-collection.js"
}
},
"dependencies": {
"request": "^2.83.0"
},
"repository": {
"type": "git",
"url": "https://github.com/atim-radiocommunications/node-red-contrib-atim"
},
"homepage": "https://github.com/atim-radiocommunications/node-red-contrib-atim",
"bugs": {
"url": "https://github.com/atim-radiocommunications/node-red-contrib-atim/issues"
},
"directories": {
"example": "examples"
}
}