{
  "name": "@koumoul/vue-multianalytics",
  "version": "1.11.4",
  "description": "A vue multianalytics tool",
  "main": "./dist/vue-multianalytics.js",
  "author": "Glovoapp, Adrian Latorre, Francisco Zurita",
  "license": "MIT",
  "homepage": "https://github.com/koumoul-dev/vue-multianalytics",
  "scripts": {
    "build": "webpack",
    "prepublish": "npm run build",
    "demo": "webpack --config webpack.demo.config.js --watch",
    "demoRouter": "webpack --config webpack.demorouter.config.js --watch",
    "lint": "eslint .",
    "lint-fix": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/koumoul-dev/vue-multianalytics.git"
  },
  "bugs": {
    "url": "https://github.com/koumoul-dev/vue-multianalytics/issues"
  },
  "devDependencies": {
    "eslint": "^8.1.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.1",
    "vue": "^2.5.16",
    "vue-loader": "^15.2.0",
    "vue-router": "^3.0.1",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.8.3",
    "webpack-cli": "^2.1.3"
  },
  "keywords": [
    "mixpanel",
    "segments",
    "multianalytics",
    "glovo",
    "analytics",
    "universal analytics",
    "google analytics",
    "vue analytics",
    "vue js analytics",
    "vuejs",
    "tracking",
    "Vue2",
    "vue",
    "google"
  ]
}
