-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.01 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": "vuepress-plugin-plausible",
"version": "0.0.4",
"description": "Plausible.io Analytics plugin for VuePress",
"main": "index.js",
"scripts": {
"publish": "git push origin --tags && git push origin",
"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+https://github.com/spekulatius/vuepress-plugin-plausible.git"
},
"keywords": [
"vue",
"vuepress",
"plugin",
"vuepress-plugin",
"analytics",
"plausible"
],
"author": {
"name": "Peter Thaleikis",
"url": "https://www.peterthaleikis.com"
},
"license": "MIT",
"homepage": "https://github.com/spekulatius/vuepress-plugin-plausible",
"bugs": {
"url": "https://github.com/spekulatius/vuepress-plugin-plausible/issues"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"inject.js",
"README.md",
"LICENSE"
]
}