forked from mib200/vue-gtm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "vue-gtm",
"version": "2.3.0",
"description": "Google Tag Manager implementation in Vue application",
"main": "./dist/vue-gtm.min.js",
"authors": [
"Manish Kumar",
"Thomas Richner"
],
"license": "Apache-2.0",
"scripts": {
"build": "webpack --config webpack.config.js --progress --hide-modules"
},
"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"
},
"peerDependencies": {
"vue": "^2.6"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": 2020
}
}
}