forked from alwx/react-native-photo-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"_args": [
[
"react-native-photo-view@1.2.0",
"/server/projects/exposio/exposio-darkroom-lite"
]
],
"_from": "react-native-photo-view@1.2.0",
"_id": "react-native-photo-view@1.2.0",
"_inBundle": false,
"_integrity": "sha1-03nTaLGhPycvlnKvKwzlyW+hVAk=",
"_location": "/react-native-photo-view",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-photo-view@1.2.0",
"name": "react-native-photo-view",
"escapedName": "react-native-photo-view",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-photo-view/-/react-native-photo-view-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/server/projects/exposio/exposio-darkroom-lite",
"author": {
"name": "Alexander Pantyukhov",
"email": "alwxndr@gmail.com"
},
"bugs": {
"url": "https://github.com/alwx/react-native-photo-view/issues"
},
"description": "Displaying photos with pinch-to-zoom",
"homepage": "https://github.com/alwx/react-native-photo-view",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"gallery",
"lightbox",
"pinch",
"pinch-to-zoom",
"mobile"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-photo-view",
"repository": {
"type": "git",
"url": "git://github.com/alwx/react-native-photo-view.git"
},
"version": "1.2.0"
}