composer.json 282 B

1234567891011121314
  1. {
  2. "name": "centillien/webcam",
  3. "description": "Adds webcam capture and entering URLs as options to change avatars.",
  4. "type": "elgg-plugin",
  5. "keywords": [
  6. "elgg",
  7. "plugin"
  8. ],
  9. "license": "GPL-2.0",
  10. "authors": [
  11. {"name": "Gerard Kanters"},
  12. {"name": "Brett Profitt"}
  13. ]
  14. }