react-native-camera/package.json

25 lines
555 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"
},
"version": "0.2.11",
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
"main": "Camera.ios.js",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
2015-06-02 22:17:01 +00:00
"nativePackage": true,
"peerDependencies": {
"react-native": ">=0.4.3"
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"
2015-04-09 05:06:00 +00:00
]
2015-04-01 01:02:57 +00:00
}