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

17 lines
377 B
JSON
Raw Normal View History

2017-06-10 19:44:19 +00:00
{
"name": "hyohnoo-palettes",
"displayName": "Hyohnoo Palettes",
"description": "Palettes contributed by Hyohnoo",
"version": "1.0",
"author": { "name": "Hyohnoo", "url": "https://twitter.com/Hyohnoo" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "mail24", "path": "./mail24.gpl" }
]
}
}