forked from truongnguyentungduy/hierarchy-2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 778 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
{
"name": "unity-editor-hierarchy-2",
"version": "1.0.0",
"description": "A Unity Editor extension to enhance the hierarchy window with additional features and customizations.",
"author": "RimuruDev",
"license": "MIT",
"main": "Assets/Plugins/Hierarchy2/Editor/Hierarchy2.cs",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/RimuruDev/Unity-Editor-Hierarchy-2.git"
},
"keywords": [
"unity",
"editor",
"hierarchy",
"customization",
"rimuru-dev",
"rimurudev",
"extension"
],
"bugs": {
"email": "rimuru.dev@gmail.com",
"url": "https://github.com/RimuruDev/Unity-Editor-Hierarchy-2/issues"
},
"homepage": "https://github.com/RimuruDev/Unity-Editor-Hierarchy-2",
"dependencies": {}
}