-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
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": "barnacles-sparkplug",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Distribute ambient IoT sensor timeseries data via MQTT as Eclipse Sparkplug B payloads. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"Eclipse Sparkplug",
"MQTT"
],
"version": "1.0.0",
"engines": {
"node": ">=14.0.0"
},
"main": "./lib/barnaclessparkplug.js",
"scripts": {
"start": "node bin/barnacles-sparkplug",
"subscribe": "node bin/barnacles-sparkplug-subscribe",
"minew-s1": "node bin/barnacles-sparkplug-minew-s1"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnacles-sparkplug.git"
},
"dependencies": {
"sparkplug-client": "^3.2.4"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/barnacles-sparkplug/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}