forked from SchizoDuckie/DuckieTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.33 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"nodejs": true,
"additional_trust_anchors": "",
"private": true,
"keywords": [
"DuckieTV",
"bittorrent",
"series",
"shows",
"trakt",
"tv",
"utorrent"
],
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.11.1",
"eslint-plugin-angular": "^4.0.0",
"jasmine-core": "^2.5.0",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "1.0.1",
"karma-html-reporter": "^0.2.4",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"requirejs": "^2.1.0"
},
"author": "DuckieTV",
"user-agent": "%name v%ver %osinfo",
"window": {
"show": false,
"always_on_top": false,
"as_desktop": true,
"exe_icon": "./img/logo/icon128.png",
"frame": false,
"fullscreen": false,
"height": 750,
"icon": "./img/logo/icon128.png",
"mac_app_icon": "",
"mac_icon": "./img/logo/icon128.png",
"min_height": 572,
"min_width": 840,
"position": "center",
"resizable": true,
"show_in_taskbar": true,
"title": "DuckieTV Standalone v1.1.6",
"transparent": false,
"visible": true,
"width": 1000
},
"version": "1.1.6",
"inject_js_start": "",
"inject_js_end": "",
"main": "tab.html",
"chromium-args": "--flag-switches-begin --disable-features=HighEfficiencyModeAvailable --flag-switches-end",
"description": "DuckieTV helps you manage your favorite TV Shows on a sweet calendar",
"dependencies": {},
"scripts": {
"test": "node_modules/.bin/karma start --single-run",
"test-watch": "node_modules/.bin/karma start --no-single-run --auto-watch --browsers PhantomJS",
"test-debug": "node_modules/.bin/karma start --no-single-run --auto-watch"
},
"webkit": {
"java": false,
"page-cache": true,
"plugin": false
},
"js-flags": "",
"license": "SEE LICENSE IN LICENSE.md",
"name": "DuckieTV-Standalone",
"node-main": "",
"default_locale": "en",
"bg-script": "standalone-background.js",
"dom_storage_quota": 50
}