-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.17 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.17 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
{
"name": "zombiebox-platform-lg",
"description": "LG NetCast Smart TV support abstraction layer for ZombieBox framework.",
"version": "2.1.0",
"license": "MIT",
"author": "Interfaced (http://interfaced.tv)",
"homepage": "https://github.com/interfaced/zombiebox-platform-lg",
"repository": {
"type": "git",
"url": "git@github.com:interfaced/zombiebox-platform-lg.git"
},
"keywords": [
"zombiebox",
"zombiebox-platform",
"lg",
"smart-tv",
"tv"
],
"module": "./lib",
"files": [
"externs/",
"lib/",
"CHANGELOG.md",
"LICENSE",
"MIGRATION.md",
"README.md",
"index.js"
],
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^7.4.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": "^29.1.2",
"eslint-plugin-node": "^11.1.0",
"zombiebox": "^2.7.2"
},
"peerDependencies": {
"zombiebox": "^2.7.2"
}
}