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
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "sonos-http-api",
"version": "1.4.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": {
"anesidora": "^1.2.0",
"aws-sdk": "^2.12.0",
"basic-auth": "~1.1.0",
"fuse.js": "^2.5.0",
"json5": "^0.5.1",
"node-static": "~0.7.0",
"request-promise": "~1.0.2",
"sonos-discovery" :"https://github.com/lp1bp/node-sonos-discovery"
},
"engines": {
"node": ">=4.0.0",
"npm": "^2.0.0"
},
"main": "lib/sonos-http-api.js",
"license": "MIT"
}