39 lines
893 B
JSON
Raw Normal View History

2015-11-29 20:58:58 +01:00
{
2015-12-02 22:53:06 +01:00
"name": "react-native-image-resizer",
2016-09-12 19:59:23 +02:00
"version": "0.0.11",
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": {
"react-native": ">=v0.14.2"
2015-11-29 20:58:58 +01:00
},
"author": "Florian Rival <florianr@bamlab.fr> (http://bamlab.fr)",
"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
},
"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
}