{
    "name": "@zxing/core",
    "version": "0.3.0-dev.736e254",
    "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/core.js",
    "es2015": "./bundles/core.min.js",
    "module": "./esm5/index.js",
    "typings": "./esm5/index.d.ts",
    "scripts": {
        "clean": "shx rm -rf bundles esm5",
        "build:before": "yarn run clean",
        "build": "yarn build:before && 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.6.0",
        "sharp": "^0.19.0",
        "text-encoding": "^0.6.4"
    },
    "devDependencies": {
        "@types/async": "^2.0.47",
        "@types/chai": "^4.1.2",
        "@types/mocha": "^2.2.48",
        "@types/node": "^8.9.1",
        "@types/seedrandom": "^2.4.27",
        "@types/sharp": "^0.17.6",
        "@types/text-encoding": "^0.0.32",
        "awesome-typescript-loader": "^3.1.3",
        "chai": "^4.1.2",
        "jasmine": "^3.0.0",
        "karma": "^2.0.0",
        "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.5",
        "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.2.2",
        "ts-loader": "^3.5.0",
        "tslint": "^5.9.1",
        "typescript": "^2.7.1",
        "uglify-js": "^3.3.10",
        "uglifyjs-webpack-plugin": "^1.1.8",
        "webpack": "^3.10.0",
        "webpack-config-utils": "2.3.0",
        "webpack-node-externals": "^1.6.0"
    }
}
