-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.31 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.31 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
55
56
57
58
59
{
"name": "zombiebox-platform-webos",
"description": "LG webOS Smart TV support abstraction layer for ZombieBox framework",
"version": "2.2.6",
"license": "MIT",
"author": "Interfaced (https://interfaced.tv)",
"homepage": "https://github.com/interfaced/zombiebox-platform-webos",
"repository": {
"type": "git",
"url": "git@github.com:interfaced/zombiebox-platform-webos.git"
},
"keywords": [
"zombiebox",
"zombiebox-platform",
"smart-tv",
"webos",
"lg"
],
"files": [
"cli/",
"img/",
"lib/",
"externs/",
"CHANGELOG.md",
"DOCS.md",
"LICENSE",
"MIGRATION.md",
"README.md",
"cli/ares.js",
"index.js"
],
"engines": {
"node": ">=8.9",
"npm": ">=5"
},
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"image-size": "^0.8.3",
"inquirer": "^7.3.3"
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-interfaced": "^2.1.1",
"eslint-import-resolver-zombiebox": "^1.0.1",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-interfaced": "^2.0.0",
"eslint-plugin-jsdoc": "^30.2.1",
"eslint-plugin-node": "^11.1.0",
"zombiebox": "^2.7.3"
},
"peerDependencies": {
"zombiebox": "^2.7.3"
}
}