forked from exercism/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 692 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"authors": [
"behrtam"
],
"contributors": [
"BethanyG",
"cmccandless",
"Dog",
"ferhatelmas",
"hanksudo",
"ikhadykin",
"jackattack24",
"N-Parsons",
"thomasjpfan",
"tqa236",
"yawpitch"
],
"files": {
"solution": [
"book_store.py"
],
"test": [
"book_store_test.py"
],
"example": [
".meta/example.py"
]
},
"blurb": "To try and encourage more sales of different books from a popular 5 book series, a bookshop has decided to offer discounts of multiple-book purchases.",
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
"source_url": "https://cyber-dojo.org/creator/home"
}