forked from lopelex/node-red-contrib-harmony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
46
47
48
49
{
"name": "node-red-contrib-harmony-websocket",
"version": "1.0.6",
"description": "Harmony Hub Websocket Integration for Node-RED",
"license": "MIT",
"dependencies": {
"harmony-websocket": "^1.0.7",
"npm": "^6.8.0",
"request": "^2.65.0",
"request-promise": "^4.2.4",
"websocket": "^1.0.28",
"websocket-as-promised": "^0.9.0",
"node-netstat": "^1.6.0",
"@harmonyhub/discover": "^1.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lopelex/node-red-contrib-harmony.git"
},
"keywords": [
"node-red",
"harmony",
"remote",
"websocket"
],
"node-red": {
"nodes": {
"harmonyws": "harmony/harmony.js",
"harmonyws-server": "harmony/harmony-server.js"
}
},
"author": [
{"name": "Stefan Krüger"},
{"name": "lopelex"}
],
"scripts": {
"test": "./node_modules/jshint/bin/jshint"
},
"devDependencies": {
"chai": "*",
"jshint": "*",
"mocha": "*",
"sinon": "^6.1.5"
},
"bugs": {
"url": "https://github.com/lopelex/node-red-contrib-harmony/issues"
},
"homepage": "https://github.com/lopelex/node-red-contrib-harmony#readme"
}