Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius committed Dec 31, 2017
1 parent d8f3662 commit 72e9f37
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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"
}
}

0 comments on commit 72e9f37

Please sign in to comment.