-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.31 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": "GUIA",
"description": "GUIA is a webfrontend to see and record what's running on your VDR",
"keywords": [ "Webinterface", "VDR", "Manager", "Live" ],
"version": "0.0.1-pre",
"preferGlobal" : true,
"config": {
"publishtest" : false
},
"homepage": "http://github.com/kersten/vdr-guia/",
"author": "Kersten Burkhardt <[email protected]>",
"repository":
{
"type": "git",
"url": "https://github.com/kersten/vdr-guia/"
},
"bugs":
{
"url": "https://github.com/kersten/vdr-guia/issues"
},
"dependencies":
{
"async": "*",
"node-logging": "*",
"ejs": "*",
"express": "*",
"sprintf" : "*",
"i18n": "git://github.com/mashpie/i18n-node.git",
"dom-js": "git://github.com/teknopaul/dom-js.git",
"request": "*",
"restler": "*",
"socket.io": "*",
"wake_on_lan": "*",
"mongoose": "*",
"session-mongoose": "*",
"dnode": "*",
"node-uuid": "*",
"MQTTClient": "*",
"file": "*",
"underscore": "*",
"backbone": "*",
"fluent-ffmpeg": "*",
"everyauth": "*"
},
"licenses":[{
"type" : "MIT",
"url" : "https://raw.github.com/kersten/vdr-guia/master/LICENSE"
}]
}