forked from homebridge/ffmpeg-for-homebridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 951 Bytes
/
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
{
"name": "ffmpeg-for-homebridge",
"version": "0.1.0",
"description": "Static ffmpeg binaries for Homebridge with support for audio (libfdk-aac) and hardware decoding (h264_omx).",
"author": "oznu <dev@oz.nu>",
"homepage": "https://github.com/homebridge/ffmpeg-for-homebridge#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/homebridge/ffmpeg-for-homebridge.git"
},
"bugs": {
"url": "https://github.com/homebridge/ffmpeg-for-homebridge/issues"
},
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"install": "node install.js"
},
"files": [
"install.js",
"index.js",
"index.d.ts"
],
"keywords": [
"homebridge",
"ffmpeg",
"camera",
"homekit",
"audio",
"libfdk-aac",
"h264_omx"
],
"dependencies": {
"detect-libc": "^2.0.1",
"dotenv": "^16.0.0",
"mkdirp": "^1.0.4",
"simple-get": "^4.0.1",
"tar": "^6.1.11"
}
}