-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 899 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
{
"name": "barnacles-wiliot",
"homepage": "https://github.com/reelyactive/barnacles-agora/",
"author": "reelyActive <info@reelyactive.com>",
"description": "Relay payloads of IoT Pixels from context-aware physical spaces to the Wiliot Cloud. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"Pareto Anywhere",
"IoT Pixels",
"Wiliot Cloud",
"relay"
],
"version": "0.1.0",
"engines": {
"node": ">=10.0.0"
},
"main": "./lib/barnacleswiliot.js",
"scripts": {
"start": "node bin/barnacles-wiliot"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnacles-wiliot.git"
},
"dependencies": {
"mqtt": "^4.3.7"
},
"bugs": {
"url": "https://github.com/reelyactive/barnacles-wiliot/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}