-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 978 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
{
"name": "@leafletui/rn-image-video-grid-viewer",
"version": "0.0.4",
"description": "This is a component for IOS and Android images and videos grid layout. Can be installed in both Expo managed, bare and react-native cli",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeafletUI/react-native-image-video-grid-viewer.git"
},
"keywords": [
"react-native",
"ios",
"android",
"expo",
"image",
"video",
"grid",
"ui",
"component"
],
"author": "LeafletUI, Anayo Oleru <anayo_oleru@outlook.com> (https://www.linkedin.com/in/anayooleru/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeafletUI/react-native-image-video-grid-viewer/issues"
},
"homepage": "https://github.com/LeafletUI/react-native-image-video-grid-viewer#readme",
"dependencies": {
"metro-react-native-babel-preset": "^0.68.0"
},
"devDependencies": {}
}