forked from ldn0x7dc/react-native-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 2.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 2.28 KB
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
{
"_from": "react-native-gallery@git+ssh://git@github.com/scrambledeggs/react-native-gallery.git#d61bf24eb63c1cddb6c011834edc0c6147a36f89",
"_id": "react-native-gallery@0.0.18",
"_inBundle": false,
"_integrity": "sha1-gvS7QzMLAJ/1XjLVvq12+HxIs1c=",
"_location": "/react-native-gallery",
"_phantomChildren": {
"react-native-img-cache": "1.5.3",
"react-native-view-transformer": "0.0.28"
},
"_requested": {
"type": "git",
"raw": "react-native-gallery@git+ssh://git@github.com/scrambledeggs/react-native-gallery.git#d61bf24eb63c1cddb6c011834edc0c6147a36f89",
"name": "react-native-gallery",
"escapedName": "react-native-gallery",
"rawSpec": "git+ssh://git@github.com/scrambledeggs/react-native-gallery.git#d61bf24eb63c1cddb6c011834edc0c6147a36f89",
"saveSpec": "git+ssh://git@github.com/scrambledeggs/react-native-gallery.git#d61bf24eb63c1cddb6c011834edc0c6147a36f89",
"fetchSpec": "ssh://git@github.com/scrambledeggs/react-native-gallery.git",
"gitCommittish": "d61bf24eb63c1cddb6c011834edc0c6147a36f89"
},
"_requiredBy": [
"/"
],
"_resolved": "git+ssh://git@github.com/scrambledeggs/react-native-gallery.git#d61bf24eb63c1cddb6c011834edc0c6147a36f89",
"_spec": "react-native-gallery@git+ssh://git@github.com/scrambledeggs/react-native-gallery.git#d61bf24eb63c1cddb6c011834edc0c6147a36f89",
"_where": "/Users/jett/codes/booky/booky/app",
"author": "",
"bugs": {
"url": "https://github.com/ldn0x7dc/react-native-gallery/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ldn0x7dc/react-native-view-pager": "0.0.9",
"react-native-gesture-responder": "0.1.1",
"react-native-transformable-image": "github:scrambledeggs/react-native-transformable-image#master"
},
"deprecated": false,
"description": "A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.",
"homepage": "https://github.com/ldn0x7dc/react-native-gallery#readme",
"license": "ISC",
"main": "library/Gallery.js",
"name": "react-native-gallery",
"repository": {
"type": "git",
"url": "git+https://github.com/ldn0x7dc/react-native-gallery.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.18"
}