-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 891 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
{
"name": "com.rahul-corleone.magic-layout",
"version": "0.2.0-beta",
"displayName": "Magic Layout",
"description": "Magic Layout is simple and powerfull editor tool to resize your unity editor layout as you like. After installing, just start to setup your editor layout in your favorite way.",
"unity": "2020.3",
"unityRelease": "14f1",
"documentationUrl": "https://github.com/r4hulCorleone/unity-magic-layout/blob/develop/README.md",
"changelogUrl": "https://github.com/r4hulCorleone/unity-magic-layout/blob/develop/CHANGELOG.md",
"licensesUrl": "https://github.com/r4hulCorleone/unity-magic-layout/blob/develop/LICENSE.md",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0"
},
"keywords": [
"unity",
"layout",
"editor",
"customize",
"gui"
],
"author": {
"name": "Rahul Corleone",
"email": "r4hulCorleone@gmail.com"
}
}