-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (32 loc) · 877 Bytes
/
package.json
File metadata and controls
36 lines (32 loc) · 877 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
35
36
{
"name": "com.v0lt.editor-attributes",
"version": "3.0.2",
"displayName": "EditorAttributes",
"description": "EditorAttributes is a unity package that adds some extra editor attributes to your project to easly customize your editors without having to write any editor code.",
"changelogUrl": "https://editorattributesdocs.readthedocs.io/en/latest/changelogs.html",
"documentationUrl": "https://editorattributesdocs.readthedocs.io/",
"dependencies":
{
"com.unity.nuget.newtonsoft-json": "3.2.2"
},
"keywords":
[
"editor",
"editor-attributes",
"attributes"
],
"samples":
[
{
"displayName": "AttributesSamples",
"description": "Provides a sample scene with components on empty gameobjects showing how all attributes work",
"path": "Samples~"
}
],
"author":
{
"name": "v0lt",
"email": "v0lt130852@gmail.com",
"url": ""
}
}