forked from MatteoGabriele/vue-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
{
"name": "vue-analytics",
"version": "4.1.2",
"description": "Google Analytics plugin for Vue",
"repository": {
"type": "git",
"url": "https://github.com/MatteoGabriele/vue-analytics"
},
"scripts": {
"dev": "webpack --config config/dev.js -w",
"build": "node config/build.js",
"prepublish": "node config/build.js"
},
"keywords": [
"Google",
"google",
"Google Analytics",
"google analytics",
"tracking",
"google tracking",
"vue-analytics",
"vue"
],
"main": "dist/vue-analytics.js",
"files": [
"dist"
],
"author": {
"name": "Matteo Gabriele",
"email": "m.gabriele.dev@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/MatteoGabriele/vue-analytics/issues"
},
"homepage": "https://github.com/MatteoGabriele/vue-analytics#readme",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-2": "^6.17.0",
"babel-register": "^6.16.3",
"eslint": "^3.8.1",
"eslint-config-standard": "^6.2.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"rollup": "^0.39.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^1.0.1",
"webpack": "^1.13.2"
},
"dependencies": {
"load-script": "^1.0.0"
}
}