react-native-qrcode/package.json

24 lines
588 B
JSON
Raw Normal View History

2015-11-20 15:48:49 +00:00
{
"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"
}