webpack-google-tag-manager-plugin
Version:
A clean and easy way to add Google Tag Manager support to your web project.
35 lines (34 loc) • 821 B
JSON
{
"name": "webpack-google-tag-manager-plugin",
"version": "1.0.3",
"description": "A clean and easy way to add Google Tag Manager support to your web project.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/timjorjev/webpack-google-tag-manager-plugin.git"
},
"bugs": {
"url": "https://github.com/timjorjev/webpack-google-tag-manager-plugin/issues"
},
"keywords": [
"webpack",
"google",
"tag-manager",
"analytics",
"html-webpack-plugin"
],
"author": {
"name": "Tim Jorjev",
"email": "dev@timjorjev.com"
},
"license": "MIT",
"private": false,
"devDependencies": {
"common-tags": "1.8.0"
},
"peerDependencies": {
"html-webpack-plugin": "4.0.0-beta.8",
"webpack": "4.41.0",
"webpack-cli": "3.3.9"
}
}