info.json 501 B

1234567891011121314151617181920212223
  1. {
  2. "type" : "I/O",
  3. "name" : "Example (I/O Plugin)",
  4. "description": "This plugin is an example of how to add I/O for a new file format. It counts the number of occurenecs of the string 'foo' in a text file.",
  5. "authors" : [
  6. {
  7. "name" : "Andy Maloney",
  8. "email" : "asmaloney@gmail.com"
  9. }
  10. ],
  11. "maintainers" : [
  12. {
  13. "name" : "Andy Maloney",
  14. "email" : "asmaloney@gmail.com"
  15. }
  16. ],
  17. "references" : [
  18. {
  19. "text" : "FOO format",
  20. "url" : "https://en.wikipedia.org/wiki/Foobar"
  21. }
  22. ]
  23. }