UNPKG

angularx-qrcode

Version:

Ionic 3/4 and Angular4/5/6/7/8+ QRCode module generator using qrcodejs

102 lines 3.24 kB
{ "name": "angularx-qrcode", "version": "1.6.4", "author": { "name": "Andreas Jacob <andreas@cordobo.de>", "url": "http://cordobo.com/" }, "description": "Ionic 3/4 and Angular4/5/6/7/8+ QRCode module generator using qrcodejs", "main": "./dist/index.umd.js", "module": "./dist/index.js", "typings": "./dist/index.d.ts", "license": "MIT", "keywords": [ "angularx-qrcode", "angular-qrcode", "ng-qrcode", "angular", "angular4", "angular5", "angular6", "angular7", "angular8", "ionic", "ionic3", "ionic4", "aot", "aot-compatible", "aot-compilation", "library", "ng", "typescript" ], "repository": { "type": "git", "url": "https://github.com/cordobo/angularx-qrcode.git" }, "bugs": { "url": "https://github.com/cordobo/angularx-qrcode/issues" }, "homepage": "https://github.com/cordobo/angularx-qrcode#readme", "scripts": { "build": "npm run build:esm && npm run build:umd", "build:esm": "npm run ngcompile", "build:esm:watch": "npm run ngcompile:watch", "build:umd": "webpack --config webpack-umd.config.ts", "build:umd:watch": "npm run build:umd -- --watch", "build:watch": "concurrently --raw \"npm run build:umd:watch\" \"npm run build:esm:watch\"", "ci": "npm run lint && npm run build && npm run docs", "ci_fix": "npm run lint && npm run build && npm run docs", "clean:all": "npm run clean:tmp && rimraf node_modules", "clean:tmp": "rimraf coverage dist tmp docs", "docs": "compodoc -p tsconfig.json -d docs --disableCoverage --disablePrivate --disableInternal", "explorer": "source-map-explorer ./dist/index.umd.js", "lint": "tslint 'src/**/*.ts' --fix", "ngcompile": "node_modules/.bin/ngc -p tsconfig-aot.json", "ngcompile:watch": "node_modules/.bin/ngc -p -w tsconfig-aot.json", "postversion": "git push && git push --tags", "prebuild": "rimraf dist tmp", "prebuild:watch": "rimraf dist tmp", "prepublishOnly": "npm run ci", "preversion": "npm run ci", "reinstall": "rm -rf node_modules && npm install" }, "dependencies": { "qrcodejs2": "0.0.2" }, "peerDependencies": { "@angular/common": ">= 5.0.0 < 9.0.0", "@angular/core": ">= 5.0.0 < 9.0.0" }, "devDependencies": { "@angular/cli": "~8.0.1", "@angular/common": "~8.0.0", "@angular/compiler": "~8.0.0", "@angular/compiler-cli": "~8.0.0", "@angular/core": "~8.0.0", "@angular/platform-browser": "~8.0.0", "@angular/platform-browser-dynamic": "~8.0.0", "@compodoc/compodoc": "^1.1.9", "@types/node": "~8.9.4", "@types/tapable": "^1.0.4", "@types/webpack": "^4.4.20", "@types/webpack-env": "^1.13.0", "awesome-typescript-loader": "^5.2.1", "codelyzer": "^5.0.0", "concurrently": "^3.4.0", "js-yaml": "^3.13.1", "json-loader": "^0.5.4", "raw-loader": "^0.5.1", "rimraf": "2.6.1", "rxjs": "~6.4.0", "rxjs-tslint": "^0.1.7", "ts-node": "~7.0.0", "tslint": "~5.18.0", "typescript": "~3.4.3", "webpack": "^4.36.1", "webpack-angular-externals": "^1.0.2", "webpack-cli": "^3.3.6", "webpack-rxjs-externals": "^2.0.0", "zone.js": "~0.9.1" } }