-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 888 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
37
{
"name": "node-red-contrib-melview",
"version": "1.3.0",
"description": "Set of node red nodes to communicate with the melview API",
"keywords": [
"node-red",
"mitsubishi",
"australia",
"new-zealand",
"aircon",
"air-conditioning",
"airconditioning",
"air-conditioner"
],
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gravypower/node-red-contrib-melview"
},
"node-red": {
"nodes": {
"melview-connection": "melview-connection.js",
"melview-unitcommand": "melview-unitcommand.js",
"melview-unitquery": "melview-unitquery.js"
}
},
"author": "Aaron Job",
"license": "Apache License 2.0",
"dependencies": {
"async-mutex": "^0.2.6",
"node-cache": "^5.1.2",
"request": "^2.88.2"
}
}