forked from eugeneware/ffmpeg-static
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 900 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 900 Bytes
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
{
"name": "ffmpeg-static",
"version": "2.5.0",
"description": "ffmpeg static binaries for Mac OSX and Linux and Windows",
"main": "index.js",
"files": [
"index.js",
"bin"
],
"scripts": {
"build": "./build/index.sh",
"test": "node_modules/.bin/tape test/*.js",
"prepublishOnly": "npm run build && npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/ffmpeg-static"
},
"keywords": [
"ffmpeg",
"static",
"library",
"binary",
"binaries",
"mac",
"linux",
"windows"
],
"authors": [
"Eugene Ware <eugene@noblesamurai.com>",
"contributors"
],
"contributors": [
"Jannis R <mail@jannisr.de>"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/ffmpeg-static/issues"
},
"dependencies": {},
"devDependencies": {
"tape": "^4.9.1"
}
}