-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 857 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
32
33
34
35
36
{
"name": "com.litefeel.aligntools",
"displayName": "AlignTools",
"version": "1.8.0",
"unity": "2018.2",
"description": "Align Tools is just perfect Unity asset plugin to align gui object.",
"keywords": [
"UI",
"Align",
"Tools"
],
"author": {
"name": "litefeel",
"email": "[email protected]",
"url": "https://www.litefeel.com"
},
"category": "Tools",
"type": "tool",
"dependencies": {},
"samples": [
{
"displayName": "Sample",
"description": "Sample for Align Tools",
"path": "Samples~/Sample"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/litefeel/Unity-AlignTools.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/litefeel/Unity-AlignTools/issues"
},
"homepage": "https://github.com/litefeel/Unity-AlignTools#readme"
}