{
  "name": "electrode-archetype-opt-pwa",
  "version": "2.0.0",
  "description": "Electrode PWA Module Optional Archetype",
  "main": "optional-check.js",
  "homepage": "http://www.electrode.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/electrode-io/electrode.git"
  },
  "bugs": {
    "url": "https://github.com/electrode-io/electrode/issues"
  },
  "license": "Apache-2.0",
  "scripts": {
    "preinstall": "node optional-check.js",
    "prepare": "shx cp node_modules/opt-archetype-check/optional-check.js ."
  },
  "files": [
    "plugins",
    "optional-check.js"
  ],
  "author": "Electrode (http://www.electrode.io/)",
  "contributors": [
    "Joel Chen <xchen@walmartlabs.com>"
  ],
  "dependencies": {
    "favicons": "^4.8.3",
    "favicons-webpack-plugin": "^0.0.9",
    "sw-precache": "^5.0.0",
    "sw-precache-webpack-plugin": "^0.11.5",
    "sw-toolbox": "^3.4.0",
    "uglify-es": "^3.3.9",
    "web-app-manifest-loader": "^0.1.1",
    "webpack-disk-plugin": "0.0.2"
  },
  "devDependencies": {
    "opt-archetype-check": "../opt-archetype-check",
    "shx": "^0.3.2"
  },
  "electrodeOptArchetype": {
    "optionalTagName": "pwa",
    "expectTag": true,
    "devOnly": true,
    "defaultInstall": false
  }
}
