forked from fraunhoferfokus/node-hbbtv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 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
{
"name": "hbbtv",
"description": "Nodejs implementation of the HbbTV Companion Screen",
"version": "0.0.11",
"author": {
"name": "Louay Bassbouss",
"email": "louay.bassbouss@fokus.fraunhofer.de"
},
"homepage": "http://www.fokus.fraunhofer.de/fame",
"license": "LGPL-3.0",
"preferGlobal": true,
"keywords": ["ssdp", "nsd", "discovery", "launch", "dial","hbbtv","hbbtv 2.0","hbbtv 2.0 cs","cs", "ws", "websocket", "app2app"],
"main": "index",
"dependencies" : {
"peer-dial": "0.0.8",
"node-uuid": "1.4.1",
"ws": "0.7.2",
"express": "4.12.4",
"opn": "2.0.0",
"xml2js": "0.4.9",
"xmlbuilder": "2.6.4",
"commander": "2.8.1"
},
"bin": {
"hbbtv": "bin/index.js"
},
"repository": "https://github.com/fraunhoferfokus/node-hbbtv.git",
"readmeFilename": "Readme.md",
"_id": "hbbtv@0.0.11",
"_from": "hbbtv@*"
}