-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "opensubtitles-uploader",
"releaseName": "OpenSubtitles Uploader",
"description": "Easily upload your subtitles to OpenSubtitles.org, as simple as drag&drop",
"license": "GPL-3.0",
"version": "2.8.0",
"icon": "app/images/os-icon.ico",
"homepage": "https://github.com/vankasteelj/opensubtitles-uploader",
"releases": "https://github.com/vankasteelj/opensubtitles-uploader/releases",
"scripts": {
"test": "npm install && gulp test"
},
"author": {
"name": "vankasteelj",
"email": "[email protected]"
},
"main": "app/index.html",
"window": {
"title": "OpenSubtitles Uploader",
"icon": "app/images/os-icon.png",
"toolbar": false,
"frame": true,
"show": false,
"width": 1024,
"height": 615,
"resizable": false
},
"icons": {
"256": "app/images/os-icon.png"
},
"repository": {
"type": "git",
"url": "https://github.com/vankasteelj/opensubtitles-uploader.git"
},
"chromium-args": "--disable-ipv6",
"dependencies": {
"detect-lang": "^1.2.0",
"got": "11.8.6",
"i18n": "^0.15.1",
"mediainfo-wrapper": "^1.2.0",
"opensubtitles-api": "^5.1.2",
"trakt.tv": "8.2.0"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^2.0.6",
"gulp-tar": "^3.1.0",
"gulp-zip": "^5.1.0",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.1",
"modclean": "^3.0.0-beta.1",
"nw-builder": "3.5.7",
"run-sequence": "^2.2.1",
"yargs": "^16.2.0"
}
}