-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "gridsome-plugin-gtag",
"version": "0.1.10",
"description": "A Gridsome plugin to enable the easy addition of Google Gtag analytics script to your Gridsome based website",
"main": "gridsome.client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./gridsome.client.js",
"precommit": "npm run lint",
"prepush": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/threenine/gridsome-plugin-gtag.git"
},
"keywords": [
"gridsome-plugin",
"gridsome",
"google analytics",
"gtag",
"analytics"
],
"publishConfig": {
"access": "public"
},
"author": "threenine.co.uk <hello@threenine.co.uk> (https://threenine.co.uk)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/threenine/gridsome-plugin-gtag/issues"
},
"homepage": "https://github.com/threenine/gridsome-plugin-gtag#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.17.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.7",
"prettier": "^2.2.1"
},
"dependencies": {
"vue-gtag": "^1.10.0"
}
}