-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.15 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
{
"author": "David P. Janes <[email protected]> (https://iotdb.org)",
"bugs": {
"url": "https://github.com/dpjanes/homestar-denon-avr/issues"
},
"dependencies": {
"avahi-mdns-kludge": "~0.0.4",
"iotdb": ">=3.0.0"
},
"description": "IOTDB Bridge for Denon AVR",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsbeautifier": "~0.2.13",
"jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~3.5.2",
"request": "~2.75.0"
},
"homepage": "https://github.com/dpjanes/node-iotdb",
"homestar": {},
"license": "Apache-2.0",
"main": "index.js",
"name": "homestar-denon-avr",
"optionalDependencies": {
"iotdb-upnp": "~3.0.3",
"mdns": "~2.3.3"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dpjanes/homestar-denon-avr"
},
"scripts": {
"test": "grunt"
},
"version": "3.0.1"
}