forked from eugeneware/ffmpeg-static
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
34 lines (34 loc) · 810 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
{
"name": "ffmpeg-static-electron",
"version": "2.0.3",
"description": "ffmpeg static binaries for Mac OSX and Linux and Windows",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape test/*.js",
"publish:public": "npm publish --access public",
"publish:dry:run": "npm publish --dry-run"
},
"repository": {
"type": "git",
"url": "https://github.com/pietrop/ffmpeg-static-electron"
},
"keywords": [
"ffmpeg",
"static",
"library",
"binary",
"binaries",
"mac",
"linux",
"windows"
],
"author": "Pietro Passarelli <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/ffmpeg-static/issues"
},
"dependencies": {},
"devDependencies": {
"tape": "~2.3.2"
}
}