-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "@eneserk/red-contrib-efquery-utilities",
"version": "0.2.0",
"description": "A set of nodes for the EFQuery, Tasmota, zigbee2mqtt and AlexaMQTT.",
"author": "Enes Erk <[email protected]>",
"keywords": [
"node-red",
"efquery",
"zigbee2mqtt",
"alexa",
"tasmota"
],
"deprecated": false,
"node-red": {
"version": ">=1.0.0",
"nodes": {
"efquery-converter-tasmota": "nodes/efquery-converter-tasmota.js",
"efquery-converter-zigbee2mqtt": "nodes/efquery-converter-zigbee2mqtt.js",
"efquery-converter-alexa": "nodes/efquery-converter-alexa.js"
}
},
"dependencies": {
"node-red-contrib-zigbee2mqtt": "~0.6.2",
"node-red-contrib-alexa-smart-home": "~0.4.67"
},
"contributors": [
"Enes Erk"
],
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnesE/node-red-contrib-efquery-utilities.git.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/EnesE/node-red-contrib-efquery-utilities.git/issues"
},
"homepage": "https://github.com/EnesE/node-red-contrib-efquery-utilities.git#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}