react-native-image-resizer/package.json

40 lines
915 B
JSON
Raw Permalink Normal View History

2015-11-29 19:58:58 +00:00
{
2015-12-02 21:53:06 +00:00
"name": "react-native-image-resizer",
2017-08-17 19:56:18 +00:00
"version": "1.0.0",
2015-12-02 22:12:08 +00: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 19:58:58 +00:00
},
"keywords": [
"react-native",
"react",
"android",
2015-12-02 21:53:06 +00:00
"ios",
"images",
"image",
"image-resizer",
"scaling",
"scale",
"resize"
2015-11-29 19:58:58 +00:00
],
2015-12-02 22:12:08 +00:00
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=v0.40.0"
2015-11-29 19:58:58 +00:00
},
2016-11-05 21:27:04 +00:00
"author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",
2015-11-29 19:58:58 +00:00
"license": "MIT",
"bugs": {
2015-12-02 21:53:06 +00:00
"url": "https://github.com/4ian/react-native-image-resizer/issues"
2015-11-29 19:58:58 +00: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 19:58:58 +00:00
}