forked from Aietes/node-red-contrib-harmony
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
50
{
"name": "node-red-contrib-harmony-websocket",
"version": "2.2.6",
"description": "Harmony Hub Websocket Integration for Node-RED",
"license": "MIT",
"dependencies": {
"harmony-websocket": "^1.5.4",
"is-port-reachable": "^3.0.0",
"node-ssdp": "^4.0.0",
"node-upnp": "^1.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lopelex/node-red-contrib-harmony.git"
},
"keywords": [
"node-red",
"harmony",
"remote",
"websocket"
],
"node-red": {
"nodes": {
"harmonyws-api": "lib/api.js",
"harmonyws-server": "nodes/server.js",
"harmonyws-activity": "nodes/activity.js",
"harmonyws-command": "nodes/command.js",
"harmonyws-observer": "nodes/observer.js",
"harmonyws-automation": "nodes/automation.js",
"harmonyws-sequence": "nodes/sequence.js"
}
},
"author": {
"name": "Stefan Krüger, lopelex"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint"
},
"devDependencies": {
"chai": "*",
"jshint": "*",
"mocha": "*",
"sinon": "*",
"eslint": "*"
},
"bugs": {
"url": "https://github.com/lopelex/node-red-contrib-harmony/issues"
},
"homepage": "https://github.com/lopelex/node-red-contrib-harmony#readme"
}