24 lines
514 B
JSON
24 lines
514 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"devkabiir"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"kytrinyx",
|
||
|
"Stargator"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/phone_number.dart"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/phone_number_test.dart"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/lib/example.dart"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
|
||
|
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
|
||
|
"source_url": "https://turing.edu"
|
||
|
}
|