{
  "name": "lora-comms",
  "description": "Read and write packets on a LoRa gateway",
  "version": "1.0.1",
  "homepage": "https://github.com/davedoesdev/node-lora-comms",
  "author": {
    "name": "David Halls",
    "email": "dave@davedoesdev.com",
    "url": "http://www.davedoesdev.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davedoesdev/node-lora-comms.git"
  },
  "bugs": {
    "url": "https://github.com/davedoesdev/node-lora-comms/issues"
  },
  "license": "MIT",
  "main": "lib/lora-comms.js",
  "scripts": {
    "install": "./build.sh",
    "test": "grunt lint test"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "keywords": [
    "LoRa",
    "gateway",
    "packet"
  ],
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^5.0.0"
  },
  "devDependencies": {
    "awaitify-stream": "^1.0.2",
    "c8": "^7.12.0",
    "chai": "^4.3.6",
    "documentation": "^14.0.0",
    "grunt": "^1.5.3",
    "grunt-eslint": "^24.0.0",
    "grunt-exec": "^3.0.0",
    "lora-packet": "^0.8.17",
    "mocha": "^10.0.0",
    "yargs": "^17.5.1"
  }
}
