2016-05-18 12:07:36 +02:00
|
|
|
{
|
|
|
|
"name": "react-native-image-crop-picker",
|
2018-05-16 18:50:08 +02:00
|
|
|
"version": "0.20.3",
|
2017-05-08 23:59:43 -05:00
|
|
|
"description": "Select single or multiple images, with cropping option",
|
2016-05-18 12:07:36 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-07-30 20:10:33 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2017-09-28 10:16:25 +02:00
|
|
|
"prepublish": "rm -rf android/build"
|
2016-05-18 12:07:36 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ivpusic/react-native-image-crop-picker.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"native",
|
|
|
|
"react-native",
|
|
|
|
"image",
|
|
|
|
"picker",
|
|
|
|
"crop",
|
|
|
|
"cropping",
|
2016-08-11 23:45:33 +02:00
|
|
|
"multiple",
|
|
|
|
"camera"
|
2016-05-18 12:07:36 +02:00
|
|
|
],
|
|
|
|
"author": "Ivan Pusic",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ivpusic/react-native-image-crop-picker/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/ivpusic/react-native-image-crop-picker#readme",
|
2016-05-23 19:31:05 +02:00
|
|
|
"peerDependencies": {
|
2017-02-25 15:51:34 +10:00
|
|
|
"react-native": ">=0.40.0"
|
2016-05-18 12:07:36 +02:00
|
|
|
}
|
2017-09-27 20:25:41 +02:00
|
|
|
}
|