-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
74 lines (74 loc) · 1.9 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "vue-yandex-metrika",
"version": "0.0.0-development",
"description": "Yandex Metrika plugin for Vue",
"repository": {
"type": "git",
"url": "https://github.com/vchaptsev/vue-yandex-metrika"
},
"scripts": {
"commit": "git-cz",
"dev": "node ./config/scripts/dev.js",
"build": "node ./config/scripts/build.js",
"prepublishOnly": "node ./config/scripts/build.js",
"test": "jest --coverage",
"test:watch": "jest --watch",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"vue",
"tracking",
"Yandex",
"yandex",
"Yandex Metrica",
"yandex metrica",
"Yandex Metrika",
"yandex metrika",
"yandex tracking",
"vue-yandex-metrika",
"vue-yandex-metrica",
"Яндекс",
"яндекс",
"Яндекс Метрика",
"яндекс метрика"
],
"main": "dist/vue-yandex-metrika.js",
"files": [
"dist"
],
"author": {
"name": "Victor Chaptsev",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vchaptsev/vue-yandex-metrika/issues"
},
"homepage": "https://github.com/vchaptsev/vue-yandex-metrika#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"blue-jest": "^1.5.0",
"commitizen": "^2.9.6",
"compression-webpack-plugin": "^1.0.1",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"ora": "^1.3.0",
"semantic-release": "^15.9.3",
"semantic-release-cli": "^4.0.6",
"vue": "^2.5.9",
"vue-router": "^3.0.1",
"webpack": "^3.9.1",
"webpack-merge": "^4.1.1"
}
}