update package json

This commit is contained in:
Sibelius Seraphini 2017-12-31 12:55:56 -02:00
parent d8f36627ea
commit 72e9f3704d
1 changed files with 20 additions and 20 deletions

View File

@ -1,30 +1,30 @@
{ {
"name": "react-native-camera", "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.", "description": "A Camera component for React Native. Also reads barcodes.",
"version": "0.12.0",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)", "author": "Lochlan Wansbrough <lochie@live.com> (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": { "collective": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/react-native-camera", "url": "https://opencollective.com/react-native-camera",
"logo": "https://opencollective.com/opencollective/logo.txt" "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"
} }
} }