From ecce98fd653f3ce66829bbf200004c9960564aaf Mon Sep 17 00:00:00 2001 From: Daniel Pollithy Date: Wed, 30 Aug 2017 15:45:37 +0200 Subject: [PATCH] activate_bluetooth_discovery on startup --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..759942d --- /dev/null +++ b/package.json @@ -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" + } +}