-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 952 Bytes
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
{
"name": "react-native-fb-image-grid",
"version": "0.0.5",
"description": "A compatibility package of popular package react-fb-image-grid for react-native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "github.com/jibraniqbal666/react-native-fb-image-grid"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"image"
],
"author": "Jibran Iqbal<contact@jibran.com> (github.com/jibraniqbal666)",
"license": "MIT",
"dependencies": {
"metro-react-native-babel-preset": "^0.64.0"
},
"homepage": "https://github.com/jibraniqbal666/react-native-fb-image-grid",
"bugs": {
"url": "https://github.com/jibraniqbal666/react-native-fb-image-grid/issues"
},
"readmeFilename": "README.md",
"devDependencies": {
"jest": "^26.6.3"
}
}