forked from remobile/react-native-image-crop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"name": "@jkmf/react-native-image-crop",
"version": "1.0.2",
"description": "A component for react-native crop image, such as edit user head",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"crop",
"image",
"jkmf",
"mobile"
],
"homepage": "https://github.com/jkmf/react-native-image-crop",
"bugs": {
"url": "https://github.com/jkmf/react-native-image-crop/issues"
},
"dependencies": {
"@jkmf/react-native-clip-rect": "github:jkmf/react-native-clip-rect"
},
"repository": {
"type": "git",
"url": "git://github.com/jkmf/react-native-image-crop.git"
}
}