sonos_cli
Version:
Sonos Command Line Interface
31 lines (30 loc) • 625 B
JSON
{
"name": "sonos_cli",
"version": "0.0.2",
"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.5",
"sonos": "0.4.0",
"q": "1.0.1",
"http" : "*",
"underscore": "*",
"xml2js": "*",
"util": "*"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jaapmengers/sonos_cli/issues"
}
}