forked from jamesjlv/react-native-image-crop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 816 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
{
"name": "@mtourj/react-native-image-crop",
"version": "2.0.11",
"description": "A dynamic image cropping component with gestures and web support",
"main": "build/index.js",
"author": "Mohammad Tourjoman <mtourjoman01@hotmail.com>",
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"crop",
"image",
"mtourj",
"mobile"
],
"homepage": "https://github.com/mtourj/react-native-image-crop",
"bugs": {
"url": "https://github.com/mtourj/react-native-image-crop/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mtourj/react-native-image-crop.git"
},
"devDependencies": {
"@types/react": "^17.0.41",
"@types/react-native": "^0.67.3"
},
"scripts": {
"build": "bash ./build.sh"
}
}