This repository was archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 KB
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
51
52
53
54
{
"name": "appLauncher",
"version": "0.2.1",
"description": "AppLauncher allows running Smart TV and STB application avoiding standard installation process.",
"homepage": "https://github.com/ifaced/app-launcher",
"repository": {
"type": "git",
"url": "https://github.com/ifaced/app-launcher.git"
},
"contributors": [
{
"name": "Andrew Motoshin",
"email": "andrew@htmlhero.ru",
"url": "http://htmlhero.ru/"
},
{
"name": "Oleg Akinin",
"email": "o.akinin@ifaced.ru"
},
{
"name": "Vyatcheslav Zaytcev",
"email": "slava@ifaced.ru"
},
{
"name": "Anuar Turenov",
"email": "turenov@ifaced.ru"
},
{
"name": "Maxim Dymchenko",
"email": "maximatorrus@ifaced.ru"
},
{
"name": "Kirill Dronkin",
"email": "kirilldronkin@ifaced.ru"
},
{
"name": "Dmitry Zubarev",
"email": "zubrolet@interfaced.ru"
}
],
"license": "Apache-2.0",
"dependencies": {
"zombiebox": "0.0.193",
"zombiebox-extension-ui": "^0.1.2",
"zombiebox-platform-dune": "0.0.44",
"zombiebox-platform-eltex": "0.0.26",
"zombiebox-platform-lg": "0.0.14",
"zombiebox-platform-mag250": "0.0.35",
"zombiebox-platform-samsung": "0.0.40",
"zombiebox-platform-tvip": "0.0.12",
"zombiebox-platform-webos": "0.0.11",
"zombiebox-platform-tizen": "0.0.16"
}
}