UNPKG

470 BJSONView Raw
1{
2 "name" : "ble-ad-parser",
3 "version": "0.0.35",
4 "description" : "Parse Bluetooth Low Energy peripheral advertising packets",
5 "keywords" : ["bluetooth", "low", "energy", "packet", "advertise", "parse"],
6 "main" : "index.js",
7 "devDependencies" :
8 {
9 "mocha" : "*",
10 "chai" : "*"
11 },
12 "author": "Jon McKay <jon@technical.io>",
13 "license": "MIT",
14 "readmeFilename": "README.md",
15 "directories": {
16 "lib": "libraries",
17 "test" : "Testing"
18 }
19}
\No newline at end of file