-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.33 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.33 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
60
{
"name": "zombiebox-platform-tizen",
"description": "Samsung Tizen Smart TV support abstraction layer for ZombieBox framework",
"version": "2.2.6",
"license": "MIT",
"author": "Interfaced (http://interfaced.tv)",
"homepage": "https://github.com/interfaced/zombiebox-platform-tizen",
"repository": {
"type": "git",
"url": "git@github.com:interfaced/zombiebox-platform-tizen.git"
},
"keywords": [
"zombiebox",
"zombiebox-extension",
"smart-tv",
"tv",
"samsung",
"tizen"
],
"files": [
"docs//",
"externs/",
"lib/",
"vendor/",
"cli/",
"CHANGELOG.md",
"docs/DOCS.md",
"LICENSE",
"MIGRATION.md",
"README.md",
"default-config.xml",
"index.js"
],
"engines": {
"node": ">=8.9",
"npm": ">=5"
},
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"eslint-plugin-header": "^3.1.1",
"fs-extra": "^10.0.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-interfaced": "^2.1.3",
"eslint-import-resolver-zombiebox": "^1.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-interfaced": "^2.0.2",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-node": "^11.1.0",
"espree": "^9.1.0",
"zombiebox": "^2.7.12"
},
"peerDependencies": {
"zombiebox": "^2.7.2"
}
}