react-native-qrcode/package.json
2017-08-09 17:46:20 +08:00

26 lines
640 B
JSON

{
"name": "react-native-qrcode",
"version": "0.2.5",
"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": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10",
"qr.js": "0.0.0"
}
}