squeezenode-auth
Version:
Node.js wrapper library for squeezebox CLI/json interface with Spotify/SoundCloud support
33 lines (32 loc) • 757 B
JSON
{
"name": "squeezenode-auth",
"author": "Andrey Okonetchnikov <andrey@okonet.ru>",
"version": "1.0.0",
"description": "Node.js wrapper library for squeezebox CLI/json interface with Spotify/SoundCloud support",
"main": "server.js",
"keywords": [
"squeezebox",
"logitechmediaserver",
"spotify",
"soundcloud",
"jsonrpc",
"remote",
"smarthome",
"home automation",
"queezy"
],
"devDependencies": {
"celeri": "git+https://github.com/crcn-archive/celeri.git",
"nomnom": "^1.8.1"
},
"dependencies": {
"jayson": "^1.1.3",
"lodash": "^4.17.4",
"request": "2.51.0",
"super": "^0.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/okonet/squeezenode.git"
}
}