esp32-lora/package.json

34 lines
766 B
JSON
Raw Normal View History

2018-07-28 15:33:41 -04:00
{
"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": {
2018-07-28 16:42:45 -04:00
"test": "node test/test.js"
2018-07-28 15:33:41 -04:00
},
"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",
"esptool-wrapper": "^1.0.4",
2018-07-28 15:33:41 -04:00
"serialport": "^6.2.2",
2018-08-05 20:51:44 -04:00
"tape": "^4.9.1",
"testbed-query-fixtures": "^1.0.0"
},
"devDependencies": {
"homedir": "^0.6.0"
2018-07-28 15:33:41 -04:00
}
}