mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
activate_bluetooth_discovery on startup
This commit is contained in:
parent
33b091e6ea
commit
ecce98fd65
22
package.json
Normal file
22
package.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "bluetooth_drone",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "The bluetooth api for our raspi drone and the HiKey charging station",
|
||||||
|
"main": "end_charging.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/DanielPollithy/bluetooth_drone.git"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/DanielPollithy/bluetooth_drone/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/DanielPollithy/bluetooth_drone#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"web3": "^0.20.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user