-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 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
31
32
33
34
{
"name": "com.nonatomic.pkglnk",
"version": "0.10.6",
"displayName": "PkgLnk",
"description": "Browse, search, and install Unity packages from the pkglnk.dev directory inside the Unity Editor",
"unity": "2022.3",
"unityRelease": "1f1",
"documentationUrl": "https://github.com/PaulNonatomic/pkglnk-unity/blob/main/README.md",
"changelogUrl": "https://github.com/PaulNonatomic/pkglnk-unity/blob/main/CHANGELOG.md",
"keywords": [
"unity",
"package",
"manager",
"pkglnk",
"directory",
"upm",
"browser",
"installer",
"search",
"editor",
"tool",
"git"
],
"author": {
"name": "Nonatomic",
"email": "paul@nonatomic.co.uk",
"url": "https://nonatomic.co.uk/"
},
"type": "tool",
"repository": {
"type": "git",
"url": "git@github.com:PaulNonatomic/pkglnk-unity.git"
}
}