-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 2.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
47
48
49
50
51
{
"name": "crunchyroll-tizen",
"version": "1.0.0",
"description": "## Description:",
"main": "index.js",
"scripts": {
"build-cdn": "grunt cdn",
"deploy": "npm run build-cdn && gh-pages -d dist -b cdn",
"electron-run": "sh ./electron_build.sh && cd electron && npm install && npm run start",
"electron-build": "sh ./electron_build.sh && cd electron && npm install && npm run build",
"run": "npm run tizen-start --tv=LS27AM500NLXZB --tv2=UN65MU6100",
"tizen-build": "grunt offline-tizen",
"tizen-build-online": "grunt online-tizen",
"tizen-package": "tizen package -t wgt -- dist -o .",
"tizen-install": "tizen install -t $npm_config_tv --name Crunchyroll.wgt",
"tizen-run": "tizen run -t $npm_config_tv -p qXuEoRvlCp.Crunchyroll",
"tizen-start-online": "npm run tizen-build-online && npm run tizen-package && npm run tizen-install --tv=$npm_config_tv && npm run tizen-run --tv=$npm_config_tv",
"tizen-start": "npm run tizen-build && npm run tizen-package && npm run tizen-install --tv=$npm_config_tv && npm run tizen-run --tv=$npm_config_tv",
"tizen-emulator": "npm run tizen-start --tv=T-samsung-7.0-x86",
"tizen-emulator-online": "npm run tizen-start-online --tv=T-samsung-7.0-x86",
"webos-build": "grunt offline-webos",
"webos-build-online": "grunt online-webos",
"webos-package": "ares-package dist --no-minify",
"webos-install": "ares-install com.crunchyroll.webos_1.0.0_all.ipk",
"webos-run": "ares-launch com.difix.crunchyroll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhassan8/crunchyroll-tizen.git"
},
"author": "jhassan8",
"license": "ISC",
"bugs": {
"url": "https://github.com/jhassan8/crunchyroll-tizen/issues"
},
"homepage": "https://github.com/jhassan8/crunchyroll-tizen",
"devDependencies": {
"gh-pages": "^5.0.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-json-minify": "^1.1.0",
"grunt-string-replace": "^1.3.3",
"matchdep": "^2.0.0",
"@webosose/ares-cli": "^2.4.0"
}
}