{ "title": "ZXing for .NET Core", "version": "0.14.0.2", "projectUrl": "https://github.com/abrodersen/zxing-core", "buildOptions": { "compile": [ "**/*.cs" ], "debugType": "portable" }, "packOptions": { "owners": [ "ZXing.Net authors", "Aaron Brodersen" ], "authors": [ "ZXing.Net authors", "Aaron Brodersen" ], "summary": "zxing-core is a fork of ZXing.Net. It has been modified to be compatible with .NET Core.", "licenseUrl": "https://raw.githubusercontent.com/abrodersen/zxing-core/master/LICENSE", "iconUrl": "https://raw.githubusercontent.com/abrodersen/zxing-core/master/logo.jpg", "repository": { "type": "git", "url": "git://github.com/abrodersen/zxing-core" }, "tags": [ "ZXing", "barcode", "scanning", "1D", "2D", "UPC-A", "UPC-E", "EAN-8", "EAN-13", "QR", "ITF", "Codabar", "RSS-14", "Data", "Matrix", "PDF", "417", "PDF417", "Aztec" ], "releaseNotes": "update to netstandard1.3" }, "dependencies": { }, "frameworks" : { "netstandard1.3": { "dependencies": { "NETStandard.Library": "1.6.0" } } } }