Update package.json

This commit is contained in:
Florian Rival 2015-12-02 23:12:08 +01:00
parent 38f8aa6933
commit bbd20103c2
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,10 @@
{ {
"name": "react-native-image-resizer", "name": "react-native-image-resizer",
"version": "0.0.1", "version": "0.0.1",
"description": "Resize local images with React Native", "description": "Rescale local images with React Native",
"scripts": { "repository": {
"test": "echo \"Error: no test specified\" && exit 1" "type": "git",
"url": "git+https://github.com/4ian/react-native-image-resizer.git"
}, },
"keywords": [ "keywords": [
"react-native", "react-native",
@ -17,9 +18,8 @@
"scale", "scale",
"resize" "resize"
], ],
"repository": { "peerDependencies": {
"type": "git", "react-native": ">=v0.14.2"
"url": "git+https://github.com/4ian/react-native-image-resizer.git"
}, },
"author": "Florian Rival <florianr@bamlab.fr> (http://bamlab.fr)", "author": "Florian Rival <florianr@bamlab.fr> (http://bamlab.fr)",
"license": "MIT", "license": "MIT",