forked from lordpengwin/squeezenode
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "squeezenode-pssc",
"author": "Piotr Raczynski <pio[dot]raczynski[at]gmail[dot]com> & Others",
"version": "0.3.0",
"description": "Node.js wrapper library for squeezebox CLI/json/SQS/SSH Tunnled 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",
"aws-sdk": "^2.255.1"
},
"dependencies": {
"jayson": "^1.1.3",
"lodash": "^4.17.4",
"request": "2.51.0",
"super": "^0.2.3",
"tunnel-ssh": "^4.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/lordpengwin/squeezenode.git"
}
}