forked from wulkano/Kap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "kap",
"productName": "Kap",
"version": "1.0.1",
"description": "The best way to record your screen",
"license": "MIT",
"repository": "wulkano/kap",
"homepage": "https://getkap.co",
"author": {
"name": "Wulkano",
"email": "[email protected]",
"url": "https://wulkano.com"
},
"private": true,
"main": "dist/main/index.js",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.13",
"ajv": "^5.1.3",
"aperture": "^4.0.0",
"aspectratio": "^2.2.2",
"delay": "^2.0.0",
"eightpoint": "0.0.1",
"electron-is-dev": "^0.3.0",
"electron-settings": "^2.2.1",
"electron-store": "^1.2.0",
"electron-unhandled": "^0.2.0",
"electron-util": "^0.2.1",
"execa": "^0.8.0",
"file-size": "^1.0.0",
"first-run": "^1.2.0",
"got": "^7.0.0",
"insight": "^0.8.3",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"make-dir": "^1.0.0",
"menubar": "github:matheuss/menubar",
"moment": "^2.14.1",
"move-file": "^0.2.0",
"ms": "^2.0.0",
"npm": "^4.6.1",
"object-path": "^0.11.3",
"raven": "^0.12.1",
"tempy": "^0.2.1",
"tmp": "0.0.29"
},
"xo": false
}