forked from ggunti/react-native-amazing-cropper
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
executable file
·49 lines (49 loc) · 1.28 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
41
42
43
44
45
46
47
48
49
{
"name": "react-native-advance-image-cropper",
"version": "1.1.0",
"description": "React native image cropper with rotation and custom Footer",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mr-Strike/react-native-advance-image-cropper.git"
},
"author": {
"name": "Mr. Strike",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.2",
"@react-native-community/image-editor": "^2.3.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-image-rotate": "*"
},
"devDependencies": {
"babel-jest": "23.6.0",
"eslint-config-rallycoding": "^3.2.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.2",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"keywords": [
"react-native",
"react",
"crop",
"rotate",
"image",
"cropper",
"custom",
"edit"
],
"bugs": {
"url": "https://github.com/Mr-Strike/react-native-advance-image-cropper/issues"
},
"homepage": "https://github.com/Mr-Strike/react-native-advance-image-cropper"
}