react-native-image-resizer/package.json

40 lines
931 B
JSON

{
"name": "react-native-image-resizer",
"version": "1.0.0",
"description": "Rescale local images with React Native",
"repository": {
"type": "git",
"url": "git+https://github.com/4ian/react-native-image-resizer.git"
},
"keywords": [
"react-native",
"react",
"android",
"ios",
"images",
"image",
"image-resizer",
"scaling",
"scale",
"resize"
],
"peerDependencies": {
"react": "^15.4.0 || ^16.0.0-alpha",
"react-native": ">=v0.40.0"
},
"author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",
"license": "MIT",
"bugs": {
"url": "https://github.com/4ian/react-native-image-resizer/issues"
},
"homepage": "https://github.com/4ian/react-native-image-resizer#readme",
"devDependencies": {
"cz-conventional-changelog": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}