mkdocs-material/bower.json
2016-08-07 18:01:56 +02:00

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"
}
}