19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"name": "miguel456/rps",
|
|
"description": "A simple Rock Paper Scissors game as a warmup from not coding for a while",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Miguel Nogueira",
|
|
"email": "miguel456@spacejewel-hosting.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"miguel456\\rps\\": "src/"
|
|
}
|
|
}
|
|
}
|