react-native-image-resizer/package.json

31 lines
720 B
JSON
Raw Normal View History

2015-11-29 19:58:58 +00:00
{
2015-12-02 21:53:06 +00:00
"name": "react-native-image-resizer",
2015-11-29 19:58:58 +00:00
"version": "0.0.1",
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-native": ">=v0.14.2"
2015-11-29 19:58:58 +00:00
},
"author": "Florian Rival <florianr@bamlab.fr> (http://bamlab.fr)",
"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
},
2015-12-02 21:53:06 +00:00
"homepage": "https://github.com/4ian/react-native-image-resizer#readme"
2015-11-29 19:58:58 +00:00
}