.all-contributorsrc 430 B

123456789101112131415161718192021
  1. {
  2. "projectName": "Organizr",
  3. "projectOwner": "causefx",
  4. "files": [
  5. "README.md"
  6. ],
  7. "commitType": "docs",
  8. "commitConvention": "angular",
  9. "contributorsPerLine": 7,
  10. "contributors": [
  11. {
  12. "login": "Roxedus",
  13. "name": "Roxedus",
  14. "avatar_url": "https://avatars.githubusercontent.com/u/7110194?v=4",
  15. "profile": "http://roxedus.dev",
  16. "contributions": [
  17. "test"
  18. ]
  19. }
  20. ]
  21. }