forked from aclap-dev/vdhcoapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.2 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
{
"name": "vdhcoapp",
"description": "Video DownloadHelper companion application",
"version": "1.6.3",
"productName": "VdhCoApp",
"keywords": [
"DownloadHelper",
"Video DownloadHelper",
"WebExtension",
"native messaging",
"video converter"
],
"homepage": "https://github.com/mi-g/vdhcoapp",
"author": {
"name": "Michel Gutierrez",
"email": "[email protected]",
"url": "https://github.com/mi-g"
},
"repository": {
"type": "git",
"url": "https://github.com/mi-g/vdhcoapp"
},
"license": "GPL-2.0",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-debug": "^3.1.0",
"gulp-ejs": "^3.0.1",
"gulp-gzip": "^1.4.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-tar": "^2.0.0",
"pkg": "^4.3.8",
"run-sequence": "^2.2.1",
"which": "^1.3.0",
"yargs": "^16.1.0"
},
"wehOptionalDevDependencies": {
"regedit": "^2.2.7",
"appdmg": "^0.4.5"
},
"dependencies": {
"download": "^6.2.5",
"fs-extra": "^4.0.2",
"fs.extra": "^1.3.2",
"got": "^11.8.2",
"log4js": "^6.3.0",
"opn": "^5.3.0",
"pkg-fetch": "^2.6.9",
"tmp": "0.0.33",
"vinyl-fs": "^3.0.2"
}
}