-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "iobroker.bosesoundtouch",
"version": "0.2.4",
"description": "Bose SoundTouch Adapter",
"author": {
"name": "SwedishChef",
"email": "swedish.chef@gmx.at"
},
"contributors": [],
"homepage": "https://github.com/SwedishChef1/ioBroker.bosesoundtouch",
"license": "MIT",
"keywords": [
"ioBroker",
"bosesoundtouch",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/SwedishChef1/ioBroker.bosesoundtouch"
},
"dependencies": {
"es6-promise": "^4.2.5",
"request": "^2.88.0",
"string-format": "^2.0.0",
"ws": "^6.1.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"gulp": "^3.9.1",
"chai": "^4.2.0",
"eslint-config-google": "^0.11.0",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^2.0.0",
"grunt-http": "^2.3.1",
"grunt-jscs": "^3.0.1",
"grunt-replace": "^1.0.1",
"mocha": "^5.2.0",
"eslint": "^5.8.0"
},
"main": "bosesoundtouch.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://github.com/SwedishChef1/ioBroker.bosesoundtouch/issues"
},
"readmeFilename": "README.md"
}