bglib
Version:
Create and parse packets for the BlueGiga BLE112 and BLE113
35 lines (34 loc) • 607 B
JSON
{
"name": "bglib",
"version": "0.0.9",
"description": "Create and parse packets for the BlueGiga BLE112 and BLE113",
"main": "bglib.js",
"scripts": {
"test": "./test/test.js"
},
"author": {
"name": "Jon McKay",
"email": "jon@technical.io"
},
"license": "MIT",
"readmeFilename": "README.md",
"directories": {
"lib": "libraries",
"test": "Test script"
},
"hardware" : {
"./test" : false
},
"keywords": [
"bluetooth",
"ble",
"ble112",
"ble113",
"bluegiga",
"low",
"energy"
],
"dependencies": {
"bleadvertise": "*"
}
}