-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 KB
/
package.json
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
{
"name": "playontv-app",
"version": "1.0.0",
"description": "Player application for Smart TV",
"author": "Andrew Motoshin <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:htmlhero/playontv-app.git"
},
"keywords": [
"tv",
"smart tv",
"samsung",
"orsay"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.2.0"
},
"scripts": {
"start": "zombiebox run",
"lint": "eslint app scripts config.js",
"check": "zombiebox build pc --config.gcc.checks_only",
"build:samsung": "zombiebox build samsung",
"serve:samsung": "http-server ./dist/1.0.0/samsung/ -p 80"
},
"dependencies": {
"dotenv": "8.1.0",
"http-server": "0.11.1",
"zombiebox": "2.2.0",
"zombiebox-extension-cutejs": "1.2.0",
"zombiebox-extension-ui": "2.1.0",
"zombiebox-platform-pc": "2.1.0",
"zombiebox-platform-samsung": "2.1.1"
},
"devDependencies": {
"eslint": "6.3.0",
"eslint-config-interfaced": "2.0.0-beta.2",
"eslint-import-resolver-zombiebox": "1.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-interfaced": "2.0.0-beta.1",
"eslint-plugin-jsdoc": "15.8.3",
"eslint-plugin-node": "9.1.0"
}
}