forked from RingierAG/react-native-photo-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 726 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
{
"name": "react-native-photo-view",
"version": "1.5.2",
"description": "Displaying photos with pinch-to-zoom",
"main": "index.js",
"author": {
"name": "Alexander Pantyukhov",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"gallery",
"lightbox",
"pinch",
"pinch-to-zoom",
"mobile"
],
"homepage": "https://github.com/alwx/react-native-photo-view",
"bugs": {
"url": "https://github.com/alwx/react-native-photo-view/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/alwx/react-native-photo-view.git"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}