forked from jkmf/react-native-image-crop
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 844 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
{
"name": "@mtourj/react-native-image-crop",
"version": "2.0.12",
"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",
"typescript": "^5.8.3"
},
"scripts": {
"build": "bash ./build.sh"
}
}