tilt-rpi-config
Version:
BLE peripheral to configure wifi
32 lines (31 loc) • 651 B
JSON
{
"name": "tilt-rpi-config",
"version": "1.0.6",
"description": "BLE peripheral to configure wifi",
"main": "app.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/baronbrew/tilt-rpi-config.git"
},
"dependencies": {
"bleno": "^0.4.1"
},
"bin": {
"tilt-rpi-config": "tilt-rpi-config.js"
},
"keywords": [
"tilt",
"brew",
"beer",
"hydrometer",
"fermentation"
],
"author": "Tyler Bryant",
"license": "MIT",
"bugs": {
"url": "https://github.com/tbryant/tilt-rpi-config/issues"
},
"homepage": "https://github.com/tbryant/tilt-rpi-config#readme"
}