{
  "name": "swup-gtag-plugin",
  "version": "0.0.0",
  "description": "Swup Google Analytics plugin. Updated for Global Site Tag (gtag.js).",
  "main": "lib/index.js",
  "scripts": {
    "compile": "babel --presets es2015,stage-0 -d lib/ src/",
    "build": "webpack-cli",
    "prepublish": "npm run compile && npm run build"
  },
  "author": {
    "name": "Joshua Hallee",
    "email": "jthallee@email.neit.edu",
    "url": "https://joshuahallee.com/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/joshuaHallee/swup-gtag-plugin.git"
  },
  "devDependencies": {
    "@swup/prettier-config": "^1.0.0",
    "@swup/webpack-config": "^0.1.2",
    "babel-cli": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "lodash": "^4.17.11",
    "prettier": "1.17.0",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.1"
  },
  "dependencies": {
    "@swup/plugin": "^1.0.1"
  }
}
