-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 902 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
{
"name": "advlib-esp",
"homepage": "https://github.com/reelyactive/advlib-esp/",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Wireless advertising packet decoding library for EnOcean Alliance devices via the EnOcean Serial Protocol (ESP). We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"advlib",
"EnOcean Alliance",
"ESP",
"payload processor",
"library"
],
"version": "1.3.0",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/advlibesp.js",
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/advlib-esp.git"
},
"dependencies": {
},
"devDependencies": {
"mocha": "^6.0.0"
},
"bugs": {
"url": "https://github.com/reelyactive/advlib-esp/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}