react-native-camera/package.json
2017-12-31 12:55:56 -02:00

31 lines
810 B
JSON

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