@sovpro/heos-lib
Version:
A Node.js library for HEOS device interaction
24 lines (23 loc) • 509 B
JSON
{
"name": "@sovpro/heos-lib",
"version": "1.4.1",
"description": "A Node.js library for HEOS device interaction",
"main": "heos-lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sovpro/heos-lib.git"
},
"keywords": [
"heos",
"protocol",
"library"
],
"author": "sovpro <its.so@outlook.com>",
"license": "MIT",
"dependencies": {
"@sovpro/heos-stream": "^1.0.2"
}
}