aseprite/data/extensions/zughy-palettes/package.json

17 lines
372 B
JSON
Raw Normal View History

2018-09-06 17:54:17 +00:00
{
"name": "zughy-palettes",
"displayName": "Zughy Palettes",
2019-05-14 17:48:44 +00:00
"description": "Palettes contributed by Zughy",
2018-09-06 17:54:17 +00:00
"version": "1.0",
"author": { "name": "Zughy", "url": "https://twitter.com/_Zughy" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "Zughy-32", "path": "./zughy-32.gpl" }
]
}
}