mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
25 lines
510 B
JSON
25 lines
510 B
JSON
{
|
|
"name": "mkdocs-material",
|
|
"version": "0.2.1",
|
|
"description": "A material design theme for MkDocs",
|
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
|
"authors": [
|
|
"squidfunk <martin.donath@squidfunk.com>"
|
|
],
|
|
"license": "MIT",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"bower_components",
|
|
"node_modules"
|
|
],
|
|
"private": true,
|
|
"devDependencies": {
|
|
"modular-scale": "^2.1.1",
|
|
"quantum-colors": "^1.0.1",
|
|
"quantum-shadows": "^1.0.0"
|
|
}
|
|
}
|