2015-04-01 01:02:57 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-camera",
|
2015-04-02 09:40:03 +00:00
|
|
|
"repository": {
|
2016-11-20 23:10:17 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/lwansbrough/react-native-camera.git"
|
2015-04-02 09:40:03 +00:00
|
|
|
},
|
2017-06-15 20:32:46 +00:00
|
|
|
"version": "0.9.3",
|
2015-04-19 22:53:30 +00:00
|
|
|
"description": "A Camera component for React Native. Also reads barcodes.",
|
2015-04-01 01:02:57 +00:00
|
|
|
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
|
2015-06-02 22:17:01 +00:00
|
|
|
"nativePackage": true,
|
2016-07-02 19:01:43 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/lwansbrough/react-native-camera",
|
2015-04-09 05:06:00 +00:00
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"react",
|
|
|
|
"native",
|
2015-04-19 22:53:30 +00:00
|
|
|
"camera",
|
|
|
|
"qr",
|
|
|
|
"code",
|
|
|
|
"barcode"
|
2017-05-25 07:14:37 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"opencollective": "^1.0.3"
|
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/react-native-camera",
|
|
|
|
"logo": "https://opencollective.com/opencollective/logo.txt"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "opencollective postinstall"
|
|
|
|
}
|
2017-06-15 19:55:43 +00:00
|
|
|
}
|