{
    "name": "@barn/zxing",
    "version": "0.2.3",
    "description": "TypeScript port of ZXing multi-format 1D/2D barcode image processing library.",
    "keywords": [
        "scanner",
        "reader",
        "generator",
        "barcode",
        "qr-code",
        "typescript",
        "zxing-typescript",
        "zxing"
    ],
    "authors": [
        {
            "name": "Adrian Toșcă"
        },
        {
            "name": "David Werth",
            "email": "werth.david@gmail.com"
        },
        {
            "name": "Luiz Barni",
            "email": "machado@odahcam.com"
        }
    ],
    "license": "MIT",
    "bugs": "https://github.com/odahcam/zxing-ts/issues/new",
    "repository": {
        "type": "git",
        "url": "https://github.com/odahcam/zxing-ts"
    },
    "private": false,
    "main": "./bundles/zxing.js",
    "module": "./esm5/index.js",
    "es2015": "./bundles/zxing.min.js",
    "typings": "./esm5/index.d.ts",
    "scripts": {
        "clean": "shx rm -rf bundles esm5",
        "prebuild": "yarn run clean",
        "build": "tsc && tsc --target es2017 --outDir esm5 && webpack && webpack --env.prod",
        "test": "mocha-webpack --webpack-config webpack.config.test.js src/test.js",
        "lint": "tslint src/**/*.ts"
    },
    "dependencies": {
        "async": "2.4.0",
        "sharp": "^0.18.4",
        "text-encoding": "^0.6.4"
    },
    "devDependencies": {
        "@types/async": "^2.0.40",
        "@types/chai": "^4.0.1",
        "@types/mocha": "^2.2.41",
        "@types/node": "^8.0.17",
        "@types/seedrandom": "^2.4.27",
        "@types/sharp": "^0.17.2",
        "@types/text-encoding": "0.0.31",
        "awesome-typescript-loader": "^3.1.3",
        "chai": "^4.1.2",
        "jasmine": "^2.8.0",
        "karma": "^1.7.1",
        "karma-chai": "^0.1.0",
        "karma-chrome-launcher": "^2.2.0",
        "karma-coverage": "^1.1.1",
        "karma-jasmine": "^1.1.1",
        "karma-jasmine-html-reporter": "^0.2.2",
        "karma-mocha": "^1.3.0",
        "karma-phantomjs-launcher": "^1.0.4",
        "karma-remap-coverage": "^0.1.4",
        "karma-sinon": "^1.0.5",
        "karma-sourcemap-loader": "^0.3.7",
        "karma-typescript": "^3.0.9",
        "karma-typescript-preprocessor": "^0.3.1",
        "karma-typescript-preprocessor2": "^1.2.1",
        "karma-webpack": "^2.0.9",
        "mocha": "4.1.0",
        "mocha-webpack": "^0.7.0",
        "phantomjs-prebuilt": "^2.1.16",
        "seedrandom": "^2.4.3",
        "shx": "0.2.2",
        "sinon": "^4.1.3",
        "ts-loader": "^2.3.7",
        "tslint": "^5.5.0",
        "typescript": "^2.6.2",
        "uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
        "uglifyjs-webpack-plugin": "^0.4.6",
        "webpack": "^3.10.0",
        "webpack-config-utils": "2.3.0",
        "webpack-node-externals": "^1.6.0"
    }
}
