UNPKG

power-meter-monitor

Version:

Reading and logging an electrical power meter by connecting it to a raspberry pi

51 lines (50 loc) 1.18 kB
{ "name": "power-meter-monitor", "main": "lib/main.js", "version": "3.1.8", "author": "Thomas Malt", "license": "MIT", "description": "Reading and logging an electrical power meter by connecting it to a raspberry pi", "repository": { "url": "https://github.com/tfmalt/power-meter-monitor" }, "keywords": [ "home automation", "DIY", "make", "raspberry pi", "arduino" ], "private": false, "dependencies": { "args": "^2.3.0", "bluebird": "^3.5.0", "cron-emitter": "^1.2.2", "onoff": "^1.1.2", "redis": "^2.7.0", "vitalsigns": "^0.4.3", "winston": "^2.3.1" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "codeclimate-test-reporter": "^0.4.1", "eslint": "^3.18.0", "eslint-plugin-mocha": "^4.8.0", "fakeredis": "^2.0.0", "mocha": "^3.2.0", "mockery": "^2.0.0", "nyc": "^10.1.2", "sinon": "^1.17.7" }, "engines": { "node": ">= 6.10.x", "npm": ">= 3.10.x" }, "scripts": { "test": "NODE_ENV=test nyc --reporter=text --reporter=lcov mocha **/*test.js" }, "bin": { "power-meter-monitor": "./bin/monitor.js" } }