{
  "name": "react-halftone-qrcode",
  "version": "1.0.1",
  "description": "A React component to generate halftone QR codes with image.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:lib": "rimraf lib && NODE_ENV=production babel -d lib/ src/",
    "build:dist": "rimraf dist && NODE_ENV=production webpack --config webpack.config.dist.js --optimize-minimize",
    "dist": "npm run build:lib && npm run build:dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fangj/react-halftone-qrcode.git"
  },
  "keywords": [
    "react",
    "halftone",
    "QRCode",
    "react-component"
  ],
  "author": "Fang Jian",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fangj/react-halftone-qrcode/issues"
  },
  "homepage": "https://github.com/fangj/react-halftone-qrcode#readme",
  "dependencies": {
    "babel-core": "^6.9.0",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "rimraf": "^2.5.2"
  }
}
