forked from neon-age/Smart-Hierarchy
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1005 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1005 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.av.smart-hierarchy",
"version": "0.3.1-pre.10",
"displayName": "Smart Hierarchy",
"description": "Brings intuitive features and important visual elements for Hierarchy.\nFocused on solving most pain points and improving overall Unity workflow.",
"keywords": [
"editor",
"smart",
"hierarchy",
"tools",
"utility",
"extensions"
],
"documentationUrl": "https://github.com/neon-age/Smart-Hierarchy/wiki",
"changelogUrl": "https://github.com/neon-age/Smart-Hierarchy/wiki/Changelog",
"licensesUrl": "https://github.com/neon-age/Smart-Hierarchy/blob/master/LICENSE.md",
"bugs": {
"email": "alexander.neonage@gmail.com",
"url": "https://github.com/neon-age/Smart-Hierarchy/issues"
},
"repository": {
"url": "https://github.com/neon-age/Smart-Hierarchy"
},
"author": {
"name": "Alternative Visual",
"email": "alternativevisualgames@gmail.com",
"url": "https://github.com/neon-age/Smart-Hierarchy"
},
"unity": "2019.3"
}