24 lines
588 B
JSON
24 lines
588 B
JSON
|
{
|
||
|
"name": "react-native-qrcode",
|
||
|
"version": "1.0.0",
|
||
|
"description": "react-native qrocode generator",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/cssivision/react-native-qrcode.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"react-native",
|
||
|
"qrcode"
|
||
|
],
|
||
|
"author": "sivision.chen",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/cssivision/react-native-qrcode/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/cssivision/react-native-qrcode#readme"
|
||
|
}
|