-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 896 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": "react-native-pinch-zoom-layout",
"version": "0.0.3",
"description": "Pinch to zoom and pan content view",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "MoonJava",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"pinch",
"pinch",
"zoom",
"pan",
"pinch-to-zoom",
"pinch-to-zoom-pan"
],
"homepage": "https://github.com/moonjava2005/react-native-pinch-zoom-layout",
"readme": "https://github.com/moonjava2005/react-native-pinch-zoom-layout#readme",
"repository": {
"type": "git",
"url": "git://github.com/moonjava2005/react-native-pinch-zoom-layout.git"
},
"peerDependencies": {
"react-native": ">=0.50.0",
"react-native-gesture-handler": "^1.1.0"
}
}