node-red-contrib-tak
Version:
Node-RED Nodes for encoding & decoding TAK Protocol and Cursor on Target messages from TAK Products.
56 lines (55 loc) • 1.31 kB
JSON
{
"name": "node-red-contrib-tak",
"version": "4.2.0",
"description": "Node-RED Nodes for encoding & decoding TAK Protocol and Cursor on Target messages from TAK Products.",
"license": "Apache-2.0",
"url": "https://github.com/snstac/node-red-contrib-tak",
"author": {
"name": "Greg Albrecht",
"email": "oss@undef.net",
"url": "https://www.snstac.com"
},
"homepage": "https://github.com/snstac/node-red-contrib-tak",
"dependencies": {
"@vidterra/tak.js": "0.0.8",
"chai": "^4.5.0",
"mocha": "^10.2.0",
"node-fetch": "^2.7.0",
"node-red": "^2.0.0",
"node-red-node-test-helper": "^0.3.0",
"nyc": "^15.1.0",
"varint": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/snstac/node-red-contrib-tak"
},
"keywords": [
"node-red",
"cursor-on-target",
"cot",
"tak",
"atak"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"tak": "tak/tak.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"eslint": "^8.37.0",
"eslint-config-google": "^0.14.0",
"jshint": "^2.13.6",
"jslint": "^0.12.1",
"node-red-dev": "^0.1.5",
"prettier": "^2.8.7"
},
"scripts": {
"start": "node-red",
"test": "nyc mocha --exit 'test/**spec.js'"
}
}