forked from qiankanglai/LoopScrollRect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 829 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": "me.qiankanglai.loopscrollrect",
"version": "1.1.2-p1",
"displayName": "LoopScrollRect",
"description": "make your ScrollRect `Reusable`",
"repository": {
"type": "git",
"url": "ssh://[email protected]:qiankanglai/LoopScrollRect.git"
},
"unity": "2019.4",
"documentationUrl": "https://github.com/qiankanglai/LoopScrollRect/blob/master/README.md",
"licensesUrl": "https://github.com/qiankanglai/LoopScrollRect/blob/master/LICENSE.md",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"keywords": [
"UGUI"
],
"author": {
"name": "Kanglai Qian",
"email": "[email protected]",
"url": "https://qiankanglai.me"
},
"samples": [
{
"displayName": "Demo",
"description": "Contains several Loop Scroll demo",
"path": "Samples~/Demo"
}
]
}