forked from jishi/node-sonos-discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 664 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 664 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
{
"name": "sonos-discovery",
"version": "0.16.1",
"description": "A simple node module for finding players and controlling them",
"author": "Jimmy Shimizu <jimmy@shimizu.se>",
"repository": {
"type": "git",
"url": "https://github.com/jishi/node-sonos-discovery.git"
},
"dependencies": {
"async": "0.2.x",
"bluebird": "2.10.x",
"easysax": "0.1.x",
"html-entities": "1.0.x",
"request-promise": "^1.0.2",
"require-fu": "^1.0.0",
"rewire": "^2.3.4",
"winston": "0.8.3",
"xml2js": "^0.4.15"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"engine": "node 4.x.x",
"main": "lib/sonos.js"
}