2015-04-01 01:02:57 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-camera",
|
2015-04-02 09:40:03 +00:00
|
|
|
"repository": {
|
|
|
|
"type" : "git",
|
2015-04-08 20:51:31 +00:00
|
|
|
"url" : "https://github.com/lwansbrough/react-native-camera.git"
|
2015-04-02 09:40:03 +00:00
|
|
|
},
|
2015-04-08 21:36:36 +00:00
|
|
|
"version": "0.0.7",
|
2015-04-02 09:40:03 +00:00
|
|
|
"description": "A Camera element for React Native",
|
2015-04-01 01:02:57 +00:00
|
|
|
"main": "Camera.ios.js",
|
|
|
|
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
|
|
|
|
"dependencies": {
|
|
|
|
"react-native": "^0.3.1"
|
2015-04-09 05:06:00 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"react",
|
|
|
|
"native",
|
|
|
|
"camera"
|
|
|
|
]
|
2015-04-01 01:02:57 +00:00
|
|
|
}
|