15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"name": "Arduboy",
|
|
"keywords": "arduboy, game",
|
|
"description": "This library is for content creation on the Arduboy, a portable gaming platform",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Arduboy/Arduboy.git"
|
|
},
|
|
"version": "1.1.1",
|
|
"exclude": "extras",
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr"
|
|
}
|