2015-03-31 18:02:57 -07:00
|
|
|
{
|
|
|
|
"name": "react-native-camera",
|
2015-04-02 02:40:03 -07:00
|
|
|
"repository": {
|
|
|
|
"type" : "git",
|
2015-04-08 13:51:31 -07:00
|
|
|
"url" : "https://github.com/lwansbrough/react-native-camera.git"
|
2015-04-02 02:40:03 -07:00
|
|
|
},
|
2015-04-08 22:13:34 -07:00
|
|
|
"version": "0.0.8",
|
2015-04-02 02:40:03 -07:00
|
|
|
"description": "A Camera element for React Native",
|
2015-03-31 18:02:57 -07:00
|
|
|
"main": "Camera.ios.js",
|
|
|
|
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
|
|
|
|
"dependencies": {
|
2015-04-08 22:13:34 -07:00
|
|
|
"react-native": "0.3.1"
|
2015-04-08 22:06:00 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"react",
|
|
|
|
"native",
|
|
|
|
"camera"
|
|
|
|
]
|
2015-03-31 18:02:57 -07:00
|
|
|
}
|