advanced-spritesheet-export/package.json

20 lines
613 B
JSON
Raw Normal View History

2024-07-22 23:01:26 +00:00
{
"name": "advanced-spritesheets",
2024-07-30 00:35:25 +00:00
"displayName": "Advanced Spritesheets",
2024-07-22 23:01:26 +00:00
"description": "Improved spritesheet export functionality for Aseprite.",
"version": "0.0.11",
2024-07-22 23:01:26 +00:00
"author": { "name": "Anna Wiggins",
"email": "annabunches@gmail.com",
"url": "https://annabunches.net" },
2024-07-30 00:35:25 +00:00
"license": "GPL-3.0",
2024-07-31 00:44:35 +00:00
"categories": [ "Scripts", "Keys" ],
2024-07-22 23:01:26 +00:00
"contributes": {
"scripts": [
2024-07-31 00:44:35 +00:00
{ "path": "./advanced-spritesheet-export.lua" }
],
"keys": [
{ "path": "./advanced-spritesheet-export.aseprite-keys"}
2024-07-22 23:01:26 +00:00
]
}
}