33 lines
785 B
JSON
Raw Normal View History

2016-05-18 12:07:36 +02:00
{
"name": "react-native-image-crop-picker",
"version": "0.5.2",
2016-05-18 12:07:36 +02:00
"description": "Select single or multiple images, with croping option",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivpusic/react-native-image-crop-picker.git"
},
"keywords": [
"react",
"native",
"react-native",
"image",
"picker",
"crop",
"cropping",
"multiple"
],
"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": {
2016-07-27 02:30:48 +02:00
"react-native": ">=0.30.0"
2016-05-18 12:07:36 +02:00
}
}