react-native-camera/package.json

21 lines
462 B
JSON
Raw Normal View History

2015-03-31 18:02:57 -07:00
{
"name": "react-native-camera",
"repository": {
"type" : "git",
"url" : "https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.0.8",
"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": {
"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
}