28 lines
667 B
JSON
28 lines
667 B
JSON
{
|
|
"name": "esp32-lora",
|
|
"version": "1.0.0",
|
|
"description": "Provides SPI driver for SX1276/SX1278 LoRa radio",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "https://gitlab.com/morganrallen/esp32-lora#README",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/morganrallen/esp32-lora.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitlab.com/morganrallen/esp32-lora/issues"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.6.1",
|
|
"serialport": "^6.2.2",
|
|
"tape": "^4.9.1"
|
|
}
|
|
}
|