-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "videotrimmer",
"version": "1.0.3",
"license": "MIT",
"description": "easy video trimmer",
"author": {
"name": "ashley",
"email": "[email protected]"
},
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZomoXYZ/videotrimmer.git"
},
"keywords": [
"video",
"trimmer",
"video-trimmer",
"electron",
"electron-app",
"nvidia-shadowplay"
],
"bugs": {
"url": "https://github.com/ZomoXYZ/videotrimmer/issues"
},
"homepage": "https://github.com/ZomoXYZ/videotrimmer#readme",
"devDependencies": {
"electron": "^13.6.9",
"electron-builder": "^22.14.13"
},
"dependencies": {
"electron-log": "^4.4.6",
"electron-updater": "^4.6.5",
"ffbinaries": "^1.1.4",
"fluent-ffmpeg": "^2.1.2",
"mime": "^2.6.0",
"rimraf": "^3.0.2"
}
}