forked from jishi/node-sonos-http-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 728 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 728 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
{
"name": "sonos-http-api",
"version": "0.18.1",
"description": "A simple node app for controlling a Sonos system with basic HTTP requests",
"scripts": {
"start": "node server.js"
},
"author": "Jimmy Shimizu <jimmy@shimizu.se>",
"repository": {
"type": "git",
"url": "https://github.com/jishi/node-sonos-http-api.git"
},
"dependencies": {
"async": "~1.5.0",
"basic-auth": "~1.0.3",
"node-static": "~0.7.0",
"request-promise": "~1.0.2",
"require-fu": "~1.0.0",
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v0.16.3.tar.gz"
},
"engines" : { "node" : ">=4.0.0 <6.0.0", "npm" : "^2.0.0" },
"main": "lib/sonos-http-api.js",
"license": "MIT"
}