@luzhongk/vue-qrcode
Version:
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "@luzhongk/vue-qrcode",
"version": "0.0.10-alpha.0",
"description": "qrcode的vue组件",
"keywords": [
"vue",
"qrcode"
],
"scripts": {
"dev": "yarn serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:lib": "vue build index.js -t lib -d lib -n vue-qrcode",
"lint": "vue-cli-service lint",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --commit-path '.'"
},
"author": "luzhongkuan <luzhongk@126.com>",
"homepage": "https://github.com/kuan1/luzhongk/tree/master/packages/vue-qrcode",
"license": "ISC",
"main": "lib/vue-qrcode.umd.min.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuan1/luzhongk.git"
},
"bugs": {
"url": "https://github.com/kuan1/luzhongk/issues"
},
"dependencies": {
"@halobear/vue-qrcode": "^1.0.2"
},
"gitHead": "3c0cc365b7345d980a0b5b4d772d5e7fae04afc9"
}