not needed for now
This commit is contained in:
parent
6d19731274
commit
a27900beea
1 changed files with 0 additions and 33 deletions
33
package.json
33
package.json
|
@ -1,33 +0,0 @@
|
||||||
{
|
|
||||||
"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": "node test/test.js"
|
|
||||||
},
|
|
||||||
"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",
|
|
||||||
"serialport": "^6.2.2",
|
|
||||||
"tape": "^4.9.1",
|
|
||||||
"testbed-query-fixtures": "^1.0.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"homedir": "^0.6.0"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue