From 72e9f3704dac815dd7604e8d2a6eced9fa9c34bc Mon Sep 17 00:00:00 2001 From: Sibelius Seraphini Date: Sun, 31 Dec 2017 12:55:56 -0200 Subject: [PATCH] update package json --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index feed593..0329000 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { "name": "react-native-camera", - "repository": { - "type": "git", - "url": "https://github.com/lwansbrough/react-native-camera.git" - }, - "version": "0.12.0", "description": "A Camera component for React Native. Also reads barcodes.", + "version": "0.12.0", "author": "Lochlan Wansbrough (http://lwansbrough.com)", - "nativePackage": true, - "license": "MIT", - "homepage": "https://github.com/lwansbrough/react-native-camera", - "keywords": [ - "react-native", - "react", - "native", - "camera", - "qr", - "code", - "barcode" - ], - "dependencies": { - "prop-types": "^15.5.10" - }, "collective": { "type": "opencollective", "url": "https://opencollective.com/react-native-camera", "logo": "https://opencollective.com/opencollective/logo.txt" + }, + "dependencies": { + "prop-types": "^15.5.10" + }, + "homepage": "https://github.com/react-native-community/react-native-camera", + "keywords": [ + "barcode", + "camera", + "code", + "native", + "qr", + "react", + "react-native" + ], + "license": "MIT", + "nativePackage": true, + "repository": { + "type": "git", + "url": "https://github.com/react-native-community/react-native-camera.git" } }