-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 890 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 890 Bytes
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-influxdb2",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Write ambient IoT sensor timeseries data to InfluxDB v2. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"InfluxDB"
],
"version": "1.1.2",
"engines": {
"node": ">=14.0.0"
},
"main": "./lib/barnaclesinfluxdb2.js",
"scripts": {
"start": "node bin/barnacles-influxdb2"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnacles-influxdb2.git"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.35.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/barnacles-influxdb2/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}