react-native-camera/package.json

24 lines
523 B
JSON

{
"name": "react-native-camera",
"repository": {
"type" : "git",
"url" : "https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.1.0",
"description": "A Camera component for React Native. Also reads barcodes.",
"main": "Camera.ios.js",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"dependencies": {
"react-native": "0.3.1"
},
"keywords": [
"react-native",
"react",
"native",
"camera",
"qr",
"code",
"barcode"
]
}