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

24 lines
807 B
JSON
Raw Normal View History

2017-06-10 19:44:19 +00:00
{
"name": "arne-palettes",
"displayName": "Arne Niklas Jansson Palettes",
"version": "1.0",
"author": { "name": "Arne Niklas Jansson", "url": "https://androidarts.com/" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "A64", "path": "./a64.gpl" },
{ "id": "ARNE16", "path": "./arne16.gpl" },
{ "id": "ARNE32", "path": "./arne32.gpl" },
{ "id": "CGArne", "path": "./cg-arne.gpl" },
{ "id": "Copper Tech", "path": "./copper-tech.gpl" },
{ "id": "CPC Boy", "path": "./cpc-boy.gpl" },
{ "id": "Eroge Copper", "path": "./eroge-copper.gpl" },
{ "id": "JMP", "path": "./jmp.gpl" },
{ "id": "Psygnosia", "path": "./psygnosia.gpl" }
2017-06-10 19:44:19 +00:00
]
}
}