react-native-camera/package.json

15 lines
382 B
JSON
Raw Normal View History

2015-04-01 01:02:57 +00:00
{
"name": "react-native-camera",
"repository": {
"type" : "git",
"url" : "https://github.com/lwansbrough/react-native-camera.git"
},
2015-04-08 21:32:27 +00:00
"version": "0.0.6",
"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"
}
}