composer.json 397 B

12345678910111213141516
  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. }