2015-11-29 20:58:58 +01:00
|
|
|
{
|
2015-12-02 22:53:06 +01:00
|
|
|
"name": "react-native-image-resizer",
|
2017-01-15 22:52:40 +01:00
|
|
|
"version": "0.1.0",
|
2015-12-02 23:12:08 +01:00
|
|
|
"description": "Rescale local images with React Native",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/4ian/react-native-image-resizer.git"
|
2015-11-29 20:58:58 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"react",
|
|
|
|
"android",
|
2015-12-02 22:53:06 +01:00
|
|
|
"ios",
|
|
|
|
"images",
|
|
|
|
"image",
|
|
|
|
"image-resizer",
|
|
|
|
"scaling",
|
|
|
|
"scale",
|
|
|
|
"resize"
|
2015-11-29 20:58:58 +01:00
|
|
|
],
|
2015-12-02 23:12:08 +01:00
|
|
|
"peerDependencies": {
|
2017-02-10 02:21:55 -08:00
|
|
|
"react": "^15.4.0",
|
|
|
|
"react-native": ">=v0.40.0"
|
2015-11-29 20:58:58 +01:00
|
|
|
},
|
2016-11-05 22:27:04 +01:00
|
|
|
"author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",
|
2015-11-29 20:58:58 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2015-12-02 22:53:06 +01:00
|
|
|
"url": "https://github.com/4ian/react-native-image-resizer/issues"
|
2015-11-29 20:58:58 +01:00
|
|
|
},
|
2016-08-21 20:06:05 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
2015-11-29 20:58:58 +01:00
|
|
|
}
|