@elisiondesign/vue-gtm
Version:
Google Tag Manager implementation in Vue application
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "@elisiondesign/vue-gtm",
"version": "2.3.2",
"description": "Google Tag Manager implementation in Vue application",
"main": "./dist/vue-gtm.min.js",
"author": "Manish Kumar",
"license": "Apache-2.0",
"homepage": "https://github.com/mib200/vue-gtm",
"scripts": {
"build": "webpack --config webpack.config.js --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "https://github.com/mib200/vue-gtm.git"
},
"bugs": {
"url": "https://github.com/mib200/vue-gtm/issues"
},
"jshintConfig": {
"esversion": 6
},
"keywords": [
"analytics",
"universal analytics",
"google analytics",
"google tag manager",
"vue analytics",
"vue tag manager",
"vue google tag manager",
"vue js google tag manager",
"vuejs google tag manager",
"vue js analytics",
"vue gtm",
"vuejs gtm",
"vue js gtm",
"vuejs",
"tracking",
"Vue2",
"vue",
"google"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"webpack": "^2.7.0"
}
}