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

18 lines
470 B
JSON
Raw Normal View History

2018-06-13 20:21:39 +00:00
{
"name": "pinetreepizza-palettes",
"displayName": "PineTreePizza Palettes",
"description": "Palettes contributed by PineTreePizza",
"version": "1.0",
"author": { "name": "PineTreePizza", "url": "https://twitter.com/PineTreePizza" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "BubbleGum16", "path": "./bubblegum-16.gpl" },
2018-06-13 20:21:39 +00:00
{ "id": "Rosy-42", "path": "./rosy-42.gpl" }
]
}
}