composer.json 471 B

1234567891011121314151617
  1. {
  2. "name": "cytopia/ffscreencast",
  3. "description": "ffmpeg screencast with video overlay and multi monitor support.",
  4. "type": "library",
  5. "keywords": ["screencast", "screen recording", "ffmpeg"],
  6. "homepage": "https://github.com/cytopia/ffscreencast",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name" : "Patrick Plocke",
  11. "homepage": "https://github.com/cytopia",
  12. "role": "Developer"
  13. }
  14. ],
  15. "bin": ["bin/ffscreencast", "contrib/ffc-to-gif", "contrib/ffc-to-mp4"]
  16. }