{
  "name": "vue-qrcode-reader-itcioci",
  "description": "A Vue.js component, accessing the device camera and allowing users to read QR-Codes, within the browser",
  "version": "0.0.8",
  "author": "HoangKimDuc <kimduc10a@gmail.com>",
  "keywords": [
    "vue",
    "vuejs",
    "vue-component",
    "qrcode-reader"
  ],
  "license": "MIT",
  "main": "dist/vue-qrcode-reader.common.js",
  "unpkg": "dist/vue-qrcode-reader.browser.js",
  "module": "index.js",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack --config config/webpack.config.dev.js --progress --watch",
    "build": "npm run build:browser && npm run build:common",
    "build:browser": "cross-env NODE_ENV=production webpack --config config/webpack.config.browser.js --progress --hide-modules",
    "build:common": "cross-env NODE_ENV=production webpack --config config/webpack.config.common.js --progress --hide-modules",
    "prepublish": "npm run build",
    "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
    "e2e": "node test/e2e/runner.js",
    "test": "npm run unit && npm run e2e",
    "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HoangKimDuc/vue-qrcode-reader.git"
  },
  "bugs": {
    "url": "https://github.com/HoangKimDuc/vue-qrcode-reader/issues"
  },
  "homepage": "https://github.com/HoangKimDuc/vue-qrcode-reader#readme",
  "devDependencies": {
    "babel-core": "^6.0.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.0.0",
    "babel-plugin-istanbul": "^4.1.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.16.0",
    "chai": "^3.5.0",
    "chromedriver": "^2.27.2",
    "cross-env": "^3.1.3",
    "cross-spawn": "^5.0.1",
    "css-loader": "^0.26.1",
    "eslint": "^3.12.1",
    "eslint-config-standard": "^6.2.1",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-html": "^1.6.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "extract-text-webpack-plugin": "^2.0.0-beta.4",
    "inject-loader": "^3.0.0",
    "karma": "^1.7.1",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-phantomjs-shim": "^1.4.0",
    "karma-sinon-chai": "^1.3.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.31",
    "karma-webpack": "^2.0.2",
    "mocha": "^3.2.0",
    "nightwatch": "^0.9.12",
    "node-sass": "^4.0.0",
    "phantomjs-prebuilt": "^2.1.14",
    "sass-loader": "^4.1.0",
    "selenium-server": "^3.0.1",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.8.0",
    "vue-loader": "^10.0.0",
    "vue-template-compiler": "^2.1.6",
    "webpack": "^2.1.0-beta.28",
    "webpack-merge": "^1.1.2"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "jsqr": "^0.2.2"
  },
  "directories": {
    "test": "test"
  }
}
