forked from fnfilho/vue-multianalytics
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "@withyouwithme/vue-multianalytics",
"version": "1.10.3",
"description": "A vue multianalytics tool",
"main": "./dist/vue-multianalytics.min.js",
"author": "Glovoapp, Adrian Latorre, Francisco Zurita; WithYouWithMe, Uri Levitsky",
"license": "MIT",
"homepage": "https://github.com/WithYouWithMe/vue-multianalytics",
"scripts": {
"build": "webpack",
"demo": "webpack --config webpack.demo.config.js",
"demoRouter": "webpack --config webpack.demorouter.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Glovo/vue-multianalytics.git"
},
"bugs": {
"url": "https://github.com/Glovo/vue-multianalytics/issues"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"regenerator-runtime": "^0.13.5",
"vue": "^2.3.4",
"vue-loader": "^11.3.4",
"vue-router": "^2.6.0",
"vue-template-compiler": "^2.3.4",
"webpack": "^1.15.0"
},
"keywords": [
"mixpanel",
"segments",
"multianalytics",
"glovo",
"analytics",
"universal analytics",
"google analytics",
"vue analytics",
"vue js analytics",
"vuejs",
"tracking",
"Vue2",
"vue",
"google"
]
}