-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 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
43
44
45
46
47
{
"name": "vuepress-plugin-autonav",
"version": "0.1.3",
"description": "Auto nav links plugin for VuePress 1.x",
"main": "index.js",
"scripts": {
"version": "git add --all",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webmasterish/vuepress-plugin-autonav.git"
},
"keywords": [
"vue",
"vuepress",
"plugin",
"vuepress-plugin",
"nav",
"links",
"nav-links",
"menu"
],
"author": {
"name": "webmasterish",
"email": "[email protected]",
"url": "https://webmasterish.com"
},
"license": "MIT",
"homepage": "https://github.com/webmasterish/vuepress-plugin-autonav",
"bugs": {
"url": "https://github.com/webmasterish/vuepress-plugin-autonav/issues"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"lodash.defaultsdeep": "4.6.1",
"lodash.isempty": "4.4.0",
"lodash.orderby": "4.6.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}