-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 834 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.lokosolo.pinchable-scrollrect",
"version": "1.0.7",
"displayName": "Pinchable ScrollRect",
"description": "Pinchable ScrollRect allows users to zoom in and out on the ScrollRect with both touches pinching input or mouse scroll input.",
"unity": "2018.4",
"documentationUrl": "https://github.com/LokoSoloGames/Unity_PinchableScrollRect/blob/master/Documentations/PinchableScrollRect-UserGuide.pdf",
"changelogUrl": "https://github.com/LokoSoloGames/Unity_PinchableScrollRect/blob/master/CHANGELOG.md",
"licensesUrl": "https://github.com/LokoSoloGames/Unity_PinchableScrollRect/blob/master/LICENSE",
"dependencies": {
"com.unity.modules.ui": "1.0.0"
},
"keywords": [
"UI",
"MultiTouch",
"Pinch"
],
"author": {
"name": "LokoSolo",
"email": "lokosolo.games@gmail.com"
}
}