forked from jishi/node-sonos-discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 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
33
34
{
"name": "sonos-discovery",
"version": "0.16.4",
"description": "A simple node module for finding players and controlling them",
"author": "Jimmy Shimizu <[email protected]>",
"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": "*",
"jscs": "^2.8.0",
"jshint": "^2.9.1-rc2",
"mocha": "*"
},
"engine": "node 4.x.x",
"main": "lib/sonos.js",
"scripts": {
"jscs": "jscs lib",
"mocha": "mocha test --recursive",
"test": "npm run -s jscs && npm run -s mocha"
}
}