-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (35 loc) · 924 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
33
34
35
36
{
"name" : "node-red-contrib-homegear-mqtt",
"version" : "0.0.4",
"description" : "Interact with Homegear connected devices via mqtt",
"dependencies" : {
"mqtt" : "1.x.x",
"clone" : "1.0.x",
"grunt" : "0.4.5",
"grunt-cli" : "0.1.13",
"grunt-lint-inline" : "0.4.3",
"grunt-simple-mocha" : "0.4.0",
"grunt-contrib-jshint" : "0.10.0",
"mocha" : "1.21.4"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/shirk/node-red-contrib-homegear-mqtt.git"
},
"license" : "ISC",
"keywords" : [ "node-red", "homegear", "homematic", "mqtt" ],
"node-red" : {
"nodes" : {
"homegear-mqtt": "homegear-mqtt.js"
}
},
"directories" : {
"lib" : "lib",
"icons" : "icons",
"locales" : "locales"
},
"author" : {
"name" : "René Köcher",
"email" : "[email protected]"
}
}