react-native-camera/package.json

21 lines
463 B
JSON

{
"name": "react-native-camera",
"repository": {
"type" : "git",
"url" : "https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.0.7",
"description": "A Camera element for React Native",
"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"
]
}