node-tripp-lite
Version:
Monitor and control Tripp-Lite UPSs via USB.
30 lines (29 loc) • 719 B
JSON
{
"name": "node-tripp-lite",
"version": "0.3.0",
"description": "Monitor and control Tripp-Lite UPSs via USB.",
"main": "src/index.js",
"keywords": [
"tripp-lite",
"tripplite",
"power supply",
"battery backup",
"ups",
"battery"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-docs": "jsdoc2md --template=README.hbs src/index.js> README.md"
},
"author": "Ruby Rubenstahl",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^2.0.1",
"node-hid": "^0.7.9",
"sort-object": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/RubyRubenstahl/node-tripp-lite"
}
}