{
  "name": "edge-login-ui-web",
  "version": "0.6.12",
  "license": "SEE LICENSE IN LICENSE",
  "files": [
    "assets",
    "lib",
    "LICENSE",
    "package.json",
    "README.md",
    "src"
  ],
  "main": "lib/edge-login-ui-web.cjs.js",
  "module": "lib/edge-login-ui-web.js",
  "bin": {
    "copy-edge-assets": "./src/copy-edge-assets.js"
  },
  "scripts": {
    "build": "npm-run-all -p build:lib build:frame -s build:demo",
    "build:demo": "rimraf dist && parcel build --public-url ./ src/demo/index.html && node ./src/copy-edge-assets.js ./dist/iframe",
    "build:frame": "rimraf assets && parcel build --public-url ./ -d assets src/frame/index.html",
    "build:lib": "rimraf lib && rollup -c",
    "prepare": "npm-run-all build:lib build:frame",
    "start": "npm-run-all -p start:*",
    "start:demo": "parcel ./src/demo/index.html --open",
    "start:frame": "parcel -p 11234 -d assets ./src/frame/index.html",
    "start:lib": "rollup -cw"
  },
  "dependencies": {
    "cpr": "^3.0.1",
    "edge-core-js": "^0.13.5",
    "url-parse": "^1.4.3",
    "yaob": "^0.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.5.5",
    "edge-currency-ethereum": "^0.10.3",
    "edge-exchange-plugins": "^0.2.0",
    "edge-login-ui-react": "^0.6.11",
    "ethereumjs-tx": "^1.3.4",
    "ethereumjs-util": "^5.2.0",
    "flow-bin": "^0.75.0",
    "npm-run-all": "^4.1.5",
    "parcel-bundler": "^1.12.3",
    "qrcode.react": "^0.8.0",
    "react": "~15.4.2",
    "react-dom": "^15.4.2",
    "react-json-view": "^1.16.1",
    "regenerator-runtime": "^0.13.3",
    "rfc4648": "^1.1.0",
    "rimraf": "^2.6.3",
    "rollup": "^1.19.4",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-flow-entry": "^0.3.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "resolutions": {
    "js-yaml": "3.13.1",
    "scrypt.js": "0.3.0"
  }
}
