-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
46 lines (46 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "advlib",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Open source, protocol-agnostic library for decoding ambient wireless packets. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"RFID",
"M2M",
"library",
"packet decoder",
"Bluetooth Low Energy",
"RAIN RFID",
"EPC",
"EnOcean"
],
"version": "1.3.5",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/advlib.js",
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/advlib.git"
},
"dependencies": {
},
"devDependencies": {
"mocha": "^6.0.0"
},
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/reelyactive/advlib/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" },
{ "name": "Imran Jameel" }
],
"license": "MIT"
}