forked from khst60/iobroker.denon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "iobroker.denon",
"version": "0.0.1",
"description": "Denon Adapter for ioBroker",
"author": {
"name": "Karl-Heinz Steffens",
"email": "[email protected]"
},
"homepage": "https://github.com/khst60/iobroker.denon",
"license": "MIT",
"keywords": [
"ioBroker",
"denon",
"homematic",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/khst60/iobroker.denon.git"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-replace": "~0.7.6",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.6.1",
"grunt-http": "~1.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-exec": "~0.4.5"
},
"bugs": {
"url": "https://github.com/khst60/iobroker.denon/issues"
},
"main": "denon.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"dependencies": {
"string": "^3.3.1",
"trim": "0.0.1"
}
}