{
  "name": "ffmpeg-concat",
  "version": "1.3.0",
  "description": "Concats a list of videos together using ffmpeg with sexy OpenGL transitions.",
  "repository": "transitive-bullshit/ffmpeg-concat",
  "author": "Travis Fischer <travis@transitivebullsh.it>",
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "ffmpeg-concat": "lib/cli.js"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "scripts": {
    "test": "ava -v && standard"
  },
  "keywords": [
    "ffmpeg",
    "fluent-ffmpeg",
    "opengl",
    "gl",
    "gl-transition",
    "transition",
    "concat",
    "concatenate",
    "video"
  ],
  "devDependencies": {
    "ava": "^1.4.1",
    "standard": "^12.0.1"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "ffmpeg-on-progress": "^1.0.0",
    "ffmpeg-probe": "^1.0.6",
    "fluent-ffmpeg": "^2.1.2",
    "fs-extra": "^7.0.1",
    "get-pixels": "^3.3.3",
    "gl": "^6.0.1",
    "gl-buffer": "^2.1.2",
    "gl-texture2d": "^2.1.0",
    "gl-transition": "^1.13.0",
    "gl-transitions": "^1.43.0",
    "left-pad": "^1.3.0",
    "ndarray": "^1.0.19",
    "p-map": "^2.0.0",
    "p-race": "^2.0.0",
    "rmfr": "^2.0.0",
    "sharp": "^0.31.1",
    "tempy": "^0.2.1",
    "url-parse": "^1.4.4"
  },
  "ava": {
    "failFast": true
  }
}
