forked from alwx/react-native-photo-view
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "react-native-photo-view-ex",
"version": "1.1.0",
"description": "Displaying photos with pinch-to-zoom, based on react-native-photo-view",
"main": "index.js",
"author": {
"name": "Alexander Pantyukhov",
"email": "[email protected]"
},
"contributors": [
"Alberto Martínez https://github.com/aMarCruz"
],
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"gallery",
"lightbox",
"pinch",
"pinch-to-zoom",
"mobile"
],
"homepage": "https://github.com/aMarCruz/react-native-photo-view-ex",
"bugs": {
"url": "https://github.com/aMarCruz/react-native-photo-view-ex/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aMarCruz/react-native-photo-view-ex.git"
},
"dependencies": {
"prop-types": "^15.7.0"
},
"devDependencies": {
"@types/react": "^16.8.17",
"@types/react-native": "^0.57.58",
"react-native": ">=0.59.0"
},
"peerDependencies": {
"react-native": ">=0.57.0"
}
}