vue-qr-generator
Version:
Create QR codes with a simple Vue component, Fork of vue-qrcode-component that uses the KeeeX/qrcodejs code generator.
42 lines (41 loc) • 926 B
JSON
{
"name": "vue-qr-generator",
"version": "3.0.1",
"description": "Create QR codes with a simple Vue component, Fork of vue-qrcode-component that uses the KeeeX/qrcodejs code generator.",
"main": "src/QRCode.vue",
"keywords": [
"qr",
"code",
"qrcode",
"vue",
"component",
"generator"
],
"author": "Anthony Lee (public.anthonylee@gmail.com) (https://www.anthonydlee.com)",
"url": "https://github.com/anthonylee83/vue-qrcode-component/issues",
"email": "gerardreches@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/anthonylee83/vue-qrcode-component.git"
},
"license": "MIT",
"dependencies": {
"vue": "^2.0.1",
"@keeex/qrcodejs-kx": "^1.0.2"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
],
[
"vueify"
]
]
}
}