react-native-qrcode/package.json

24 lines
573 B
JSON
Raw Normal View History

2015-11-20 15:48:49 +00:00
{
"name": "react-native-qrcode",
2016-05-05 16:06:09 +00:00
"version": "0.2.0",
2015-11-20 15:48:49 +00:00
"description": "react-native qrocode generator",
"main": "index.js",
"repository": {
"type": "git",
2015-11-21 09:15:46 +00:00
"url": "https://github.com/cssivision/react-native-qrcode.git"
2015-11-20 15:48:49 +00:00
},
"keywords": [
"react-native",
"qrcode"
],
2015-11-21 09:15:46 +00:00
"author": "sivision.chen <cssivision@gmail.com>",
2015-11-20 15:48:49 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/cssivision/react-native-qrcode/issues"
},
"homepage": "https://github.com/cssivision/react-native-qrcode#readme",
"dependencies": {
2015-11-22 06:18:55 +00:00
"qr.js": "0.0.0"
}
2015-11-20 15:48:49 +00:00
}