-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.19 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
{
"name": "@agency-undone/nuxt-module-matomo",
"version": "1.0.0",
"description": "Matomo Analytics and/or Matomo Tag Manager (formerly Piwik) Module for Nuxt.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/agency-undone/nuxt-module-matomo.git"
},
"keywords": [
"matomo",
"nuxt",
"nuxtjs",
"analytics",
"tag",
"manager"
],
"author": {
"name": "Agency Undone",
"email": "[email protected]"
},
"contributors": [
{
"name": "svvimming",
"url": "https://github.com/svvimming"
},
{
"name": "Orun Bhuiyan",
"url": "https://github.com/orvn"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/agency-undone/nuxt-module-matomo/issues"
},
"homepage": "https://github.com/agency-undone/nuxt-module-matomo#readme",
"scripts": {
"test": "eslint --ext .js"
},
"dependencies": {},
"devDependencies": {
"@nuxtjs/eslint-config": "latest",
"@nuxtjs/module-test-utils": "latest",
"eslint": "latest"
},
"peerDependencies": {
"nuxt": "*"
},
"engines": {
"node": ">=16.13.0"
},
"publishConfig": {
"access": "public"
}
}