forked from mib200/vue-gtm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.13 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
{
"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"
}
}