-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.24 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
{
"name": "bitmovin-player-webos-demo",
"version": "1.0.0",
"description": "This repository contains a sample app that used the Bitmovin HTML5 Player (version 8) on LG webOS",
"main": "js/main.js",
"devDependencies": {
"@webos-tools/cli": "^3.1.1",
"eslint": "^6.8.0",
"eslint-plugin-html": "^6.2.0",
"prettier": "^3.3.3",
"standard": "^14.3.1"
},
"scripts": {
"build": "bin/package",
"push": "npx ares-install --device $DEVICE build/com.bitmovin.demo.webapp_0.0.1_all.ipk",
"start": "npx ares-launch --device $DEVICE --app com.bitmovin.demo.webapp",
"debug": "npx ares-inspect --device $DEVICE --app com.bitmovin.demo.webapp",
"stop": "npx ares-launch --device $DEVICE --close com.bitmovin.demo.webapp",
"connect": "bin/connect",
"clear": "rm -rf ./build/*",
"format": "npx prettier --write src/",
"lint": "npx eslint src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitmovin/bitmovin-player-webos-demo.git"
},
"keywords": [
"webos",
"lg"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitmovin/bitmovin-player-webos-demo/issues"
},
"homepage": "https://github.com/bitmovin/bitmovin-player-webos-demo#readme"
}