2015-03-31 18:02:57 -07:00
|
|
|
{
|
|
|
|
"name": "react-native-camera",
|
2015-04-02 02:40:03 -07:00
|
|
|
"repository": {
|
2016-11-20 15:10:17 -08:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/lwansbrough/react-native-camera.git"
|
2015-04-02 02:40:03 -07:00
|
|
|
},
|
2017-06-15 13:32:55 -07:00
|
|
|
"version": "0.9.4",
|
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
|
|
|
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
|
2015-06-02 15:17:01 -07:00
|
|
|
"nativePackage": true,
|
2016-07-02 12:01:43 -07:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/lwansbrough/react-native-camera",
|
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"
|
2017-05-25 03:14:37 -04: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 12:55:43 -07:00
|
|
|
}
|