We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0c3c3 commit 9b1a671Copy full SHA for 9b1a671
package.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "vuepress-plugin-alias",
3
+ "version": "1.0.0",
4
+ "description": "Vuepress plugin that generates alias pages for proper redirect handling",
5
+ "main": "index.js",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/vaniyokk/vuepress-plugin-alias.git"
12
13
+ "keywords": [
14
+ "documentation",
15
+ "vuepress",
16
+ "plugin",
17
+ "redirect",
18
+ "alias"
19
+ ],
20
+ "author": "Ivan Kuzmin <[email protected]>",
21
+ "license": "MIT",
22
+ "bugs": {
23
+ "url": "https://github.com/vaniyokk/vuepress-plugin-alias/issues"
24
25
+ "homepage": "https://github.com/vaniyokk/vuepress-plugin-alias#readme"
26
+}
0 commit comments