forked from jishi/node-sonos-discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 808 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": "sonos-discovery",
"version": "1.2.7",
"description": "A simple node library for managing your Sonos system",
"author": "Jimmy Shimizu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jishi/node-sonos-discovery.git"
},
"dependencies": {
"html-entities": "1.0.x",
"xml-flow": "^1.0.1"
},
"devDependencies": {
"chai": "*",
"jscs": "^3.0.7",
"jshint": "~2.8.0",
"mocha": "*",
"proxyquire": "^1.7.3",
"rewire": "^2.5.1",
"sinon": "^1.17.2",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
},
"engine": "node 4.x.x",
"main": "lib/SonosSystem.js",
"scripts": {
"jscs": "jscs lib test",
"mocha": "mocha test/unit --recursive",
"test": "npm run -s jscs && npm run -s mocha"
}
}