From c09340d7bdd534634ebe339d41d3c875e9bcfb63 Mon Sep 17 00:00:00 2001 From: Noam Cocos Date: Sun, 17 Apr 2016 15:45:09 +0300 Subject: [PATCH] Update package.json --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ffe4a3..0340cfc 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,16 @@ "description": "Advanced native camera control with pre-defined aspect ratio, crop, etc", "author": "Nataliia Hrankina ", "nativePackage": true, + "bugs": { + "url": "https://github.com/wix/react-native-camera-kit/issues" + }, "scripts": { }, "dependencies": { }, - "license": "MIT" + "license": "MIT", + "peerDependencies": { + "react-native": ">=0.19.0" + }, + "homepage": "https://github.com/wix/react-native-camera-kit" }