@haoranfang/linux-arm
Version:
Linux FFmpeg binary used by ffmpeg-installer
33 lines (32 loc) • 795 B
JSON
{
"name": "@haoranfang/linux-arm",
"version": "6.0.1",
"description": "Linux FFmpeg binary used by ffmpeg-installer",
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffmpeg | grep -qF \"ELF 32-bit\"",
"prepublishOnly": "npm test",
"postinstall": "chmod u+x ffmpeg",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/linux-arm"
},
"keywords": [
"ffmpeg",
"binary",
"linux",
"armhf"
],
"os": [
"linux"
],
"cpu": [
"arm"
],
"author": "Luis Antonio González <luisangonzazlez@gmail.com>",
"license": "GPLv3",
"ffmpeg": "20190605-gd81913e680"
}