31 lines
788 B
JSON
31 lines
788 B
JSON
{
|
|
"name": "react-native-camera",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lwansbrough/react-native-camera.git"
|
|
},
|
|
"version": "0.10.0",
|
|
"description": "A Camera component for React Native. Also reads barcodes.",
|
|
"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": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/react-native-camera",
|
|
"logo": "https://opencollective.com/opencollective/logo.txt"
|
|
}
|
|
}
|