forked from pshutov/OnionRing-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 816 Bytes
/
package.json
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
32
33
34
{
"name": "com.hanilozmen.unity9patchslicer",
"displayName": "Unity9PatchSlicer",
"version": "1.0.0",
"unity": "2020.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hanilozmen/Unity-9-Patch-Slicer.git"
},
"description": "Unity 9 slice sprite using Sprite Borders",
"documentationUrl": "https://github.com/hanilozmen/Unity-9-Patch-Slicer",
"dependencies": {
},
"author": {
"name": "hanilozmen",
"url" : "https://github.com/hanilozmen/"
},
"contributors": [
{
"name": "kyubuns",
"url" : "https://github.com/kyubuns/"
},
{
"name": "fd_crash",
"url" : "https://github.com/ShutovPS/"
},
{
"name": "hanilozmen",
"url" : "https://github.com/hanilozmen/"
}
],
"type": "library"
}