-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1022 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1022 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
{
"name": "zombiebox-platform-vidaa",
"version": "1.0.2",
"license": "MIT",
"author": "Interfaced (https://interfaced.tv)",
"homepage": "https://github.com/interfaced/zombiebox-platform-vidaa",
"repository": {
"type": "git",
"url": "git@github.com:interfaced/zombiebox-platform-vidaa.git"
},
"keywords": [
"zombiebox",
"zombiebox-platform",
"smart-tv",
"hisense",
"vidaa"
],
"files": [
"lib/",
"index.js",
"CHANGELOG.md",
"LICENSE"
],
"engines": {
"node": ">=10",
"npm": ">=5"
},
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-interfaced": "^2.1.2",
"eslint-import-resolver-zombiebox": "^1.0.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-interfaced": "^2.0.1",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-node": "^11.1.0",
"zombiebox": "^2.7.5"
},
"peerDependencies": {
"zombiebox": "^2.7.5"
}
}