forked from ichenpipi/unity-project-pin-board
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 679 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 679 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
{
"name": "com.artomstatsenko.project-pin-board",
"version": "1.0.6",
"unity": "2020.2",
"displayName": "Project Pin Board",
"keywords": [
"project",
"pin board",
"favorite",
"asset"
],
"description": "Allows you to pin commonly used assets on the window, so you can find them quickly.",
"author": {
"name": "Artom Statsenko",
"email": "namebyuser@gmail.com",
"url": "https://github.com/ArtomStatsenko"
},
"dependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/ArtomStatsenko/unity-project-pin-board.git"
},
"license": "MIT"
}