react-native-qrcode/package.json

24 lines
573 B
JSON

{
"name": "react-native-qrcode",
"version": "0.2.0",
"description": "react-native qrocode generator",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/cssivision/react-native-qrcode.git"
},
"keywords": [
"react-native",
"qrcode"
],
"author": "sivision.chen <cssivision@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cssivision/react-native-qrcode/issues"
},
"homepage": "https://github.com/cssivision/react-native-qrcode#readme",
"dependencies": {
"qr.js": "0.0.0"
}
}