package.json
627 Bytes
{
"name": "react-native-lewin-qrcode",
"version": "1.0.0",
"description": "二维码识别",
"main": "index.js",
"nativePackage": true,
"scripts": {
"prepare": "rm -rf android/build Example/android/build Example/android/app/build node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LewinJun/react-native-lewin-qrcode.git"
},
"keywords": [
"qrcode"
],
"author": "lewin",
"license": "ISC",
"bugs": {
"url": "https://github.com/LewinJun/react-native-lewin-qrcode/issues"
},
"homepage": "https://github.com/LewinJun/react-native-lewin-qrcode#readme"
}