forked from zainozzaini/react-native-android-image-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 740 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 740 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
{
"name": "react-native-android-image-cropper",
"version": "0.2.4",
"author": "Zainoz.Zaini",
"private": false,
"license": "Apache-2.0",
"keywords": [
"react-native",
"android",
"library",
"image",
"crop"
],
"repository": {
"type": "git",
"url": "https://github.com/zainozzaini/react-native-android-image-cropper.git"
},
"bugs": {
"url": "https://github.com/zainozzaini/react-native-android-image-cropper/issues"
},
"scripts": {
"prepare": "rm -rf android/build Example/android/build Example/android/app/build node_modules",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"peerDependencies": {
"react-native": ">=0.38.0"
}
}