{
  "name": "node-red-contrib-tak",
  "version": "4.1.1",
  "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",
    "mocha": "^10.2.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'"
  }
}
