-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 912 Bytes
/
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
{
"name": "gridsome-plugin-plausible-analytics",
"version": "1.2.0",
"description": "Plausible Analytics plugin for Gridsome",
"main": "gridsome.client.js",
"keywords": [
"gridsome",
"gridsome-plugin",
"plausible"
],
"scripts": {
"release:major": "npm version major && npm publish",
"release:minor": "npm version minor && npm publish",
"release:patch": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/svendroid/gridsome-plugin-plausible-analytics.git"
},
"author": {
"name": "Sven Adolph",
"url": "https://svenadolph.net"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/svendroid/gridsome-plugin-plausible-analytics/issues"
},
"homepage": "https://github.com/svendroid/gridsome-plugin-plausible-analytics#readme",
"dependencies": {
"core-js": "^3.21.0"
}
}