react-native-camera/package.json

34 lines
857 B
JSON

{
"name": "react-native-camera",
"repository": {
"type": "git",
"url": "https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.9.3",
"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": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-camera",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"scripts": {
"postinstall": "opencollective postinstall"
}
}