17 lines
363 B
JSON
17 lines
363 B
JSON
|
|
{
|
||
|
|
"name": "Gamebuino",
|
||
|
|
"description": "An Arduino based game console",
|
||
|
|
"keywords": "game, console",
|
||
|
|
"authors": {
|
||
|
|
"name": "Aurelien Rodot",
|
||
|
|
"url": "https://github.com/Rodot/"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/Rodot/Gamebuino.git"
|
||
|
|
},
|
||
|
|
"version": "0.4",
|
||
|
|
"framework": "arduino",
|
||
|
|
"platforms": "atmelavr"
|
||
|
|
}
|