-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 858 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
29
30
31
{
"name": "com.neatwolf.attributes",
"version": "0.0.1",
"displayName": "NeatWolf EditorAttributes",
"description": "A collection of editor attributes.",
"unity": "2019.1",
"comment__unityRelease__": "0b5",
"__documentationUrl": "https://example.com/",
"__changelogUrl": "https://example.com/changelog.html",
"__licensesUrl": "https://example.com/licensing.html",
"__dependencies": {
"com.[company-name].some-package": "1.0.0",
"com.[company-name].other-package": "2.0.0"
},
"__keywords": [
"keyword1",
"keyword2",
"keyword3"
],
"author": {
"name": "Alessandro Salvati",
"email": "[email protected]",
"url": "https://www.unity3d.com"
},
"__repository": {
"type": "git",
"url": "https://github.com/neatwolf/com.neatwolf.attributes.git"
},
"type": "library",
"hideInEditor": false
}