sonos_cli
Version:
Sonos Command Line Interface
29 lines (28 loc) • 599 B
JSON
{
"name": "sonos_cli",
"version": "0.0.13",
"description": "Sonos Command Line Interface",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jaapmengers/sonos_cli.git"
},
"bin" : {
"sonos": "index.js"
},
"dependencies" : {
"cli": "0.4.*",
"sonos": "0.4.*",
"q": "1.0.*",
"underscore": "1.6.*",
"xml2js": "0.4.*"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jaapmengers/sonos_cli/issues"
}
}