mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
23 lines
607 B
JSON
23 lines
607 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|