forked from ScreamZ/vue-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 905 Bytes
/
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
{
"name": "@ndrive/vue-ua",
"version": "2.0.0",
"description": "Help for Google Universal Analytics in Vue application",
"main": "./dist/vue-analytics.min.js",
"author": "Andréas \"ScreamZ\" Hanss",
"license": "Apache-2.0",
"homepage": "https://github.com/ScreamZ/vue-analytics",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/ScreamZ/vue-analytics.git"
},
"bugs": {
"url": "https://github.com/ScreamZ/vue-analytics/issues"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"webpack": "^1.14.0"
},
"keywords": [
"analytics",
"universal analytics",
"google analytics",
"vue analytics",
"vue js analytics",
"vuejs",
"tracking",
"Vue2",
"vue",
"google"
]
}