-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "unity-animation-event",
"displayName": "Unity Importer Plugin for Unity",
"description": "Author Unity animation events directly in Aseprite's timeline for Unity import workflows.",
"version": "1.3.2",
"author": {
"name": "Martin Calander",
"url": "https://github.com/martincalander"
},
"publisher": "martincalander",
"license": "MIT",
"categories": [ "Scripts" ],
"keywords": [ "unity", "aseprite", "importer", "animation", "event", "timeline" ],
"homepage": "https://github.com/soupmasters/UnityImporterPluginForUnity",
"repository": {
"type": "git",
"url": "https://github.com/soupmasters/UnityImporterPluginForUnity.git"
},
"engines": {
"aseprite": ">=1.3.15",
"asepriteApi": ">=35"
},
"contributes": {
"scripts": [
{ "path": "./celcolor.lua" }
],
"keys": [
{ "id": "UnityAnimationEvent", "path": "./my_keys.aseprite-keys" }
]
}
}