-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 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
39
40
{
"name": "barnowl",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "Universal converter of ambient RF decodings into standard JSON that is vendor/technology/application-agnostic. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"RFID",
"IoT",
"RTLS",
"middleware",
"raddec"
],
"version": "1.3.3",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/barnowl.js",
"scripts": {
"start": "node bin/barnowl"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnowl.git"
},
"dependencies": {
"raddec": ">=0.6.0"
},
"devDependencies": {
},
"contributors": [
{ "name": "Jeffrey Dungen" },
{ "name": "Nicolas Gagne" },
{ "name": "Pier-Olivier Genest" }
],
"license": "MIT"
}