UNPKG

1.85 kBJSONView Raw
1{
2 "name": "vue-analytics",
3 "version": "5.7.0",
4 "description": "Google Analytics plugin for Vue",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/MatteoGabriele/vue-analytics"
8 },
9 "scripts": {
10 "commit": "git-cz",
11 "dev": "node ./config/scripts/dev.js",
12 "build": "node ./config/scripts/build.js",
13 "prepublish": "node ./config/scripts/build.js",
14 "test": "jest --config ./jest.config.js",
15 "test:watch": "jest --config ./jest.config.js --watch --verbose",
16 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
17 },
18 "config": {
19 "commitizen": {
20 "path": "cz-conventional-changelog"
21 }
22 },
23 "keywords": [
24 "Google",
25 "google",
26 "Google Analytics",
27 "google analytics",
28 "tracking",
29 "google tracking",
30 "vue-analytics",
31 "vue"
32 ],
33 "main": "dist/vue-analytics.js",
34 "files": [
35 "dist"
36 ],
37 "author": {
38 "name": "Matteo Gabriele",
39 "email": "m.gabriele.dev@gmail.com"
40 },
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/MatteoGabriele/vue-analytics/issues"
44 },
45 "homepage": "https://github.com/MatteoGabriele/vue-analytics#readme",
46 "devDependencies": {
47 "babel-core": "^6.24.1",
48 "babel-loader": "^7.0.0",
49 "babel-plugin-transform-runtime": "^6.23.0",
50 "babel-preset-blue": "^1.0.0-beta.29",
51 "blue-jest": "^1.5.0",
52 "commitizen": "^2.9.6",
53 "compression-webpack-plugin": "^0.4.0",
54 "cz-conventional-changelog": "2.0.0",
55 "friendly-errors-webpack-plugin": "^1.6.1",
56 "jest": "^20.0.0",
57 "jest-cli": "^21.2.1",
58 "ora": "^1.2.0",
59 "semantic-release": "^7.0.1",
60 "vue": "^2.5.9",
61 "vue-loader": "^13.5.0",
62 "vue-router": "^2.7.0",
63 "vue-template-compiler": "^2.5.9",
64 "webpack": "^3.4.1",
65 "webpack-merge": "^4.1.0"
66 },
67 "dependencies": {}
68}
\No newline at end of file