forked from ioBroker/ioBroker.sonos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "iobroker.sonos",
"description": "The adapter opens a webserver for the ioBroker admin UI",
"version": "1.8.0",
"engines": {
"node": ">=4.0.0"
},
"contributors": [
"bluefox <dogafox@gmail.com>"
],
"author": "bluefox <dogafox@gmail.com>",
"homepage": "https://github.com/ioBroker/ioBroker.sonos",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.sonos/blob/master/LICENSE"
}
],
"keywords": [
"ioBroker",
"SONOS"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.sonos"
},
"dependencies": {
"sonos-web-controller": "https://github.com/jishi/node-sonos-web-controller/tarball/ee1de3d",
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.1.3.tar.gz",
"node-static": "^0.7.11",
"socket.io": "1.7.2",
"async": "^2.6.1",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^6.0.2",
"chai": "^4.2.0",
"@iobroker/testing": "^1.1.10"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.sonos/issues"
},
"main": "main.js",
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit"
},
"license": "MIT"
}