react-native-camera/package.json

27 lines
637 B
JSON

{
"name": "react-native-camera",
"repository": {
"type": "git",
"url": "https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.6.0",
"description": "A Camera component for React Native. Also reads barcodes.",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
},
"nativePackage": true,
"license": "MIT",
"homepage": "https://github.com/lwansbrough/react-native-camera",
"keywords": [
"react-native",
"react",
"native",
"camera",
"qr",
"code",
"barcode"
]
}