-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 826 Bytes
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
{
"name": "docsify-versioned-plugin",
"version": "0.0.1",
"description": " A docsify plugin that allows you to display multiple versions of your documentation. The users can switch between versions using a dropdown menu in the navigation bar.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UliGall/docsify-versioned-plugin.git"
},
"keywords": [
"docsify"
],
"author": "Uli Gallersdörfer",
"license": "MIT",
"bugs": {
"url": "https://github.com/UliGall/docsify-versioned-plugin/issues"
},
"homepage": "https://github.com/UliGall/docsify-versioned-plugin#readme",
"devDependencies": {
"docsify-cli": "^4.4.4"
},
"files": [
"index.js",
"styles.css"
]
}