-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "vuepress-bar",
"version": "0.4.5",
"description": "VuePress sidebar and navbar generator based on file and directory structure. Focus your documents, not sidebar or navbar.",
"main": "lib/index.js",
"files": [
"/lib"
],
"scripts": {
"test": "jest",
"release": "git checkout master && git pull origin master && git commit --amend --no-edit && git push --follow-tags origin master && git push --tags && npm publish",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ozum/vuepress-bar.git"
},
"keywords": [
"vuepress",
"sidebar",
"navbar",
"menu",
"generator",
"automatic"
],
"author": "Özüm Eldoğan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ozum/vuepress-bar/issues"
},
"homepage": "https://github.com/ozum/vuepress-bar#readme",
"devDependencies": {
"jest": "^26.6.3",
"prettier": "^2.3.0"
},
"dependencies": {
"glob": "^7.1.7",
"inflection": "^1.13.1",
"lodash.escaperegexp": "^4.1.2",
"lodash.sortby": "^4.7.0",
"markdown-it": "^12.0.6",
"markdown-it-meta": "0.0.1",
"parent-module": "^2.0.0",
"transliteration": "^2.1.8"
}
}