-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.15 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.15 KB
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
{
"name": "node-red-contrib-cot2xtopo",
"version": "2.0.4",
"description": "This module parses 'live tracks' from a Caltopo map json endpoint and converts the last coordinate in the live tracking folder to a position location information (pli) cursor-on-target (CoT) message to send to a Team Awareness Kit (TAK) Server or other TAK end users and parses a stream of CoT messages and sends them to CalTopo maps using their conenct key and position API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clptak/node-red-contrib-cot2xtopo.git#main"
},
"keywords": [
"nodered",
"node-red",
"atak",
"itak",
"tak",
"caltopo",
"sartopo",
"tak",
"server"
],
"author": "Paul Clifton",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/clptak/node-red-contrib-cot2xtopo/issues"
},
"homepage": "https://github.com/clptak/node-red-contrib-cot2xtopo/tree/main#readme",
"node-red": {
"nodes": {
"cot2xtopo": "cot2xtopo.js",
"xtopo2cot": "xtopo2cot.js"
}
}
}