{
  "name": "@ffmpeg-installer/win32-ia32",
  "version": "4.1.0",
  "description": "Windows FFmpeg binary used by ffmpeg-installer",
  "homepage": "https://ffmpeg.zeranoe.com/builds/win32/static/",
  "scripts": {
    "test": "file ffmpeg.exe | grep -qF \"PE32\"",
    "prepublishOnly": "npm test",
    "upload": "npm --userconfig=../../.npmrc publish --access public"
  },
  "keywords": [
    "ffmpeg",
    "binary",
    "win32",
    "ia32"
  ],
  "os": [
    "win32"
  ],
  "cpu": [
    "ia32"
  ],
  "author": "Kristoffer Lundén <kristoffer.lunden@gmail.com>",
  "license": "GPLv3",
  "ffmpeg": "20181217-f22fcd4"
}
