node-red-contrib-sitx
Version:
Node-RED Nodes for sending & receiving Cursor on Target TAK Data with PAR Sit(x).
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "node-red-contrib-sitx",
"version": "1.0.2",
"description": "Node-RED Nodes for sending & receiving Cursor on Target TAK Data with PAR Sit(x).",
"license": "Apache-2.0",
"url": "https://github.com/snstac/node-red-contrib-sitx",
"author": {
"name": "Greg Albrecht",
"email": "oss@undef.net",
"url": "https://www.snstac.com"
},
"homepage": "https://github.com/snstac/node-red-contrib-sitx",
"dependencies": {
"ws": "^8.13.0",
"mocha": "^10.2.0",
"node-red": "^2.2.2",
"node-red-node-test-helper": "^0.3.2",
"nyc": "^15.1.0",
"varint": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/snstac/node-red-contrib-sitx"
},
"keywords": [
"node-red",
"cursor-on-target",
"cot",
"tak",
"atak"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"sitx": "sitx/sitx.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.7.1"
},
"scripts": {
"start": "node-red",
"test": "nyc mocha --exit 'test/**spec.js'"
}
}