.all-contributorsrc 1.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "files": [
    "README.md"
  ],
  "imageSize": 100,
  "commit": false,
  "contributors": [
    {
      "login": "iluwatar",
      "name": "Ilkka Seppälä",
      "avatar_url": "https://avatars1.githubusercontent.com/u/582346?v=4",
      "profile": "https://github.com/iluwatar",
      "contributions": [
14 15
        "projectManagement",
        "maintenance",
16
        "content"
17
      ]
18 19 20 21 22 23 24 25 26
    },
    {
      "login": "amit1307",
      "name": "amit1307",
      "avatar_url": "https://avatars0.githubusercontent.com/u/23420222?v=4",
      "profile": "https://github.com/amit1307",
      "contributions": [
        "code"
      ]
27 28 29 30 31 32 33 34 35 36 37
    },
    {
      "login": "npathai",
      "name": "Narendra Pathai",
      "avatar_url": "https://avatars2.githubusercontent.com/u/1792515?v=4",
      "profile": "https://github.com/npathai",
      "contributions": [
        "code",
        "ideas",
        "review"
      ]
38 39 40 41 42 43 44 45 46
    },
    {
      "login": "fluxw42",
      "name": "Jeroen Meulemeester",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1545460?v=4",
      "profile": "https://github.com/fluxw42",
      "contributions": [
        "code"
      ]
47 48 49 50 51 52 53 54 55
    },
    {
      "login": "mikulucky",
      "name": "Joseph McCarthy",
      "avatar_url": "https://avatars0.githubusercontent.com/u/4526195?v=4",
      "profile": "http://www.joemccarthy.co.uk",
      "contributions": [
        "code"
      ]
56 57 58 59 60 61 62 63 64
    },
    {
      "login": "thomasoss",
      "name": "Thomas",
      "avatar_url": "https://avatars1.githubusercontent.com/u/22516154?v=4",
      "profile": "https://github.com/thomasoss",
      "contributions": [
        "code"
      ]
65 66 67 68 69 70 71 72 73
    }
  ],
  "contributorsPerLine": 7,
  "projectName": "java-design-patterns",
  "projectOwner": "iluwatar",
  "repoType": "github",
  "repoHost": "https://github.com",
  "skipCi": true
}