-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 661 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 661 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
{
"name": "com.litefeel.finder",
"displayName": "Finder",
"version": "1.1.0",
"unity": "2018.4",
"description": "Find Asset in Unity",
"keywords": [
"Editor",
"Open",
"File",
"Default",
"Application"
],
"author": {
"name": "litefeel",
"email": "litefeel@gmial.com",
"url": "https://www.litefeel.com"
},
"category": "Tools",
"type": "tool",
"repository": {
"type": "git",
"url": "git+https://github.com/litefeel/Unity-Finder.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/litefeel/Unity-Finder/issues"
},
"homepage": "https://github.com/litefeel/Unity-Finder#readme"
}