UNPKG

ruuvi.influxproxy.js

Version:

NodeJS server for receiving data payloads from RuuviTags via gateways, RuuviStation etc and publishing data to InfluxDB

34 lines (33 loc) 903 B
{ "name": "ruuvi.influxproxy.js", "version": "0.4.0", "description": "NodeJS server for receiving data payloads from RuuviTags via gateways, RuuviStation etc and publishing data to InfluxDB", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ruuvi/ruuvi.influxproxy.js.git" }, "keywords": [ "Ruuvi", "InfluxDB", "Grafana" ], "author": "Otso Jousimaa", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/ruuvi/ruuvi.influxproxy.js/issues" }, "homepage": "https://github.com/ruuvi/ruuvi.influxproxy.js#readme", "dependencies": { "dirty-json": "^0.5.3", "express": "^4.16.2", "express-async-await": "^1.1.0", "influx": "^5.0.7", "npm": "^5.7.1", "ruuvi.endpoints.js": "^1.0.0", "update": "^0.7.4" } }