-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.13 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.13 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
{
"name": "zombiebox-platform-pc",
"description": "ZombieBox platform for desktop browsers.",
"version": "2.3.6",
"license": "MIT",
"author": "Interfaced (http://interfaced.tv)",
"homepage": "https://github.com/interfaced/zombiebox-platform-pc",
"repository": {
"type": "git",
"url": "git@github.com:interfaced/zombiebox-platform-pc.git"
},
"keywords": [
"zombiebox",
"zombiebox-platform",
"smart-tv"
],
"module": "./lib",
"files": [
"externs/",
"lib/",
"index.js",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=8.9",
"npm": ">=5"
},
"scripts": {
"test": "npm run lint",
"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.6"
},
"dependencies": {
"hls.js": "1.0.5"
}
}