github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/numbers/config.json (about)

     1  {
     2    "slug": "numbers",
     3    "language": "Numbers",
     4    "repository": "https://github.com/exercism/numbers",
     5    "active": true,
     6    "solution_pattern": "[Ee]xample|\\.meta/solutions/[^/]*\\.ext",
     7    "exercises": [
     8      {
     9        "slug": "one",
    10        "topics": [],
    11        "difficulty": 1
    12      },
    13      {
    14        "uuid": "bbb",
    15        "slug": "two",
    16        "deprecated": true,
    17        "topics": [],
    18        "difficulty": 1
    19      },
    20      {
    21        "uuid": "ccc",
    22        "slug": "three",
    23        "topics": [],
    24        "difficulty": 1
    25      },
    26      {
    27        "uuid": "ddd",
    28        "slug": "bajillion",
    29        "topics": [],
    30        "difficulty": 1
    31      }
    32    ],
    33    "foregone": [
    34      "zero"
    35    ]
    36  }