forked from st0ffern/react-native-image-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
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
35
36
37
38
39
40
{
"name": "@gronda-team/react-native-image-cropper",
"version": "0.4.8",
"description": "Crop image in React Native using pan to move, pinch to zoom -> capture to file or base64",
"main": "src/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "eslint ."
},
"repository": {
"url": "https://github.com/gronda-team/react-native-image-cropper.git"
},
"keywords": [
"imagecropper",
"image",
"crop",
"react-native",
"gl-react-native",
"image-croppper"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gronda-team/react-native-image-cropper.git/issues"
},
"homepage": "https://github.com/gronda-team/react-native-image-cropper.git#readme",
"dependencies": {
"@gronda-team/gl-react-native": "^2.57.1",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"gl-react": "^2.3.1",
"prop-types": "^15.6.0",
"rect-clamp": "^0.0.0",
"rect-crop": "^0.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}