react-native-camera/package.json

24 lines
528 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"
},
2015-05-03 18:32:32 -07:00
"version": "0.2.2",
2015-04-19 15:53:30 -07:00
"description": "A Camera component for React Native. Also reads barcodes.",
2015-03-31 18:02:57 -07:00
"main": "Camera.ios.js",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"peerDependencies": {
"react-native": "^0.4.0"
2015-04-08 22:06:00 -07:00
},
"keywords": [
"react-native",
"react",
"native",
2015-04-19 15:53:30 -07:00
"camera",
"qr",
"code",
"barcode"
2015-04-08 22:06:00 -07:00
]
2015-03-31 18:02:57 -07:00
}