forked from piotrraczynski/squeezenode
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 797 Bytes
/
package.json
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
{
"name": "squeezenode-lordpengwin",
"author": "Original author: Piotr Raczynski <pio[dot]raczynski[at]gmail[dot]com>",
"version": "0.2.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/lordpengwin/squeezenode.git"
}
}