{
  "name": "react-qrcode-svg",
  "version": "0.1.0",
  "description": "React svg qrcode component",
  "main": "./distribution/index.js",
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watch",
    "build": "babel src --out-dir distribution --copy-files --source-maps",
    "prepublishOnly": "npm run build",
    "start": "webpack-dev-server --mode development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dral/react-qrcode-svg.git"
  },
  "keywords": [
    "react",
    "qrcode",
    "react-component"
  ],
  "author": "Draltan MARIN <moi@draltan.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dral/react-qrcode-svg/issues"
  },
  "homepage": "https://github.com/dral/react-qrcode-svg#readme",
  "dependencies": {
    "qr-image": "3.2.0"
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.1.2",
    "@babel/core": "7.1.2",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-react": "7.0.0",
    "babel-loader": "8.0.4",
    "eslint": "5.7.0",
    "eslint-plugin-react": "7.10.0",
    "html-webpack-plugin": "3.2.0",
    "jest": "22.4.3",
    "react": "16.5.2",
    "react-dom": "16.5.2",
    "webpack": "4.20.2",
    "webpack-cli": "3.1.2",
    "webpack-dev-server": "3.1.9"
  }
}
