angular-qrious
Version:
39 lines (38 loc) • 954 B
JSON
{
"name": "angular-qrious",
"version": "9.0.0",
"repository": {
"type": "git",
"url": "https://github.com/FrankiePo/angular-qrious"
},
"author": {
"name": "Sergey Koshechkin",
"email": "serge.koshechkin@gmail.com"
},
"keywords": [
"angular",
"qrious",
"qr-code",
"qrcode"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FrankiePo/angular-qrious/issues"
},
"peerDependencies": {
"@angular/common": "^9.1.4",
"@angular/core": "^9.1.4",
"tslib": "^1.10.0",
"qrious": "4.0.2"
},
"main": "bundles/angular-qrious.umd.js",
"module": "fesm5/angular-qrious.js",
"es2015": "fesm2015/angular-qrious.js",
"esm5": "esm5/angular-qrious.js",
"esm2015": "esm2015/angular-qrious.js",
"fesm5": "fesm5/angular-qrious.js",
"fesm2015": "fesm2015/angular-qrious.js",
"typings": "angular-qrious.d.ts",
"metadata": "angular-qrious.metadata.json",
"sideEffects": false
}