lorano
Version:
Compact and opinionated LoRa communications library
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "lorano",
"description": "Compact and opinionated LoRa communications library",
"version": "1.0.2",
"homepage": "https://github.com/davedoesdev/lorano",
"author": {
"name": "David Halls",
"email": "dave@davedoesdev.com",
"url": "http://www.davedoesdev.com"
},
"repository": {
"type": "git",
"url": "https://github.com/davedoesdev/lorano.git"
},
"bugs": {
"url": "https://github.com/davedoesdev/lorano/issues"
},
"license": "MIT",
"main": "lib/lorano.js",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"LoRa",
"gateway",
"packet",
"OTAA",
"devices"
],
"dependencies": {
"awaitify-stream": "^1.0.2",
"lora-packet": "^0.8.15",
"objection": "^3.0.1"
},
"devDependencies": {
"c8": "^7.12.0",
"chai": "^4.3.6",
"documentation": "^14.0.0",
"grunt": "^1.5.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^24.0.0",
"grunt-exec": "^3.0.0",
"knex": "^2.3.0",
"lora-comms": "^1.0.0",
"mocha": "^10.0.0",
"sqlite3": "^5.1.1",
"yargs": "^17.5.1"
},
"scripts": {
"test": "grunt lint test"
}
}