UNPKG

625 BJSONView Raw
1{
2 "name": "sonos_cli",
3 "version": "0.0.0",
4 "description": "Sonos Command Line Interface",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/jaapmengers/sonos_cli.git"
12 },
13 "bin" : {
14 "sonos": "index.js"
15 },
16 "dependencies" : {
17 "cli": "0.4.5",
18 "sonos": "0.4.0",
19 "q": "1.0.1",
20 "http" : "*",
21 "underscore": "*",
22 "xml2js": "*",
23 "util": "*"
24 },
25 "author": "",
26 "license": "BSD-2-Clause",
27 "bugs": {
28 "url": "https://github.com/jaapmengers/sonos_cli/issues"
29 }
30}