forked from raphamorim/react-tv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 953 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 953 Bytes
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
{
"name": "react-tv-cli",
"version": "0.3.0",
"description": "Packager for TVs (WebOS, Tizen, Orsay)",
"bin": {
"react-tv-cli": "index.js"
},
"files": [
"bootstrap/",
"scripts/",
"shared/",
"index.js"
],
"preferGlobal": true,
"dependencies": {
"chalk": "^2.1.0",
"fs-extra": "^4.0.3",
"node-replace": "^0.3.1",
"node-webos": "^0.3.0",
"randomstring": "^1.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raphamorim/react-tv.git"
},
"keywords": [
"react",
"tv",
"renderer",
"smarttv",
"tizen",
"orsay",
"lg",
"samsung",
"webos"
],
"engines": {
"node": ">=8",
"npm": ">=5",
"yarn": ">=1.3.2"
},
"author": "Raphael Amorim <rapha850@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/raphamorim/react-tv/issues"
},
"homepage": "https://github.com/raphamorim/react-tv#readme"
}