UNPKG

v-qrcode

Version:

a qrcode component for vue

38 lines (37 loc) 1.14 kB
{ "name": "v-qrcode", "version": "1.0.3", "description": "a qrcode component for vue", "main": "dist/v-qrcode.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf dist", "example": "npm run build && webpack --config webpack.example.config.js", "build": "npm run clean && webpack && cross-env NODE_ENV=production webpack", "publish:patch": "npm run example && git add . && git commit -m 'pubpatch' && npm version patch && npm publish", "publish:minor": "npm run example && git add . && git commit -m 'minor' && npm version minor && npm publish" }, "author": "wxp201013@163.com", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/atwxp/v-qrcode.git" }, "keywords": [ "vue", "qrcode" ], "dependencies": { "qrious": "^2.2.0" }, "devDependencies": { "babel-core": "^6.18.2", "babel-loader": "^6.2.8", "babel-preset-es2015": "^6.18.0", "cross-env": "^3.1.3", "vue": "^2.1.10", "vue-loader": "^10.0.2", "vue-template-compiler": "^2.1.4", "webpack": "^1.13.3" } }