-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 742 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 742 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
30
31
32
33
34
35
36
37
{
"name": "mkdocs-publisher",
"version": "1.4.5",
"description": "Publisher for MkDocs - set of plugins for content creators",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"No tests required\" && exit 0"
},
"keywords": [
"mkdocs",
"mkdocs-plugin",
"blog",
"categories",
"debugger",
"docs",
"documentation",
"frontmatter",
"markdown",
"minifier",
"navigation",
"obsidian",
"publisher",
"tags"
],
"author": "Maciej \"maQ\" Kusz",
"license": "MIT License",
"dependencies": {
"cssnano": "^7.0.6",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"postcss-svgo": "^7.0.1",
"svgo": "^3.3.2",
"uglify-js": "^3.19.3"
}
}