2016-01-29 01:27:15 +03:00
|
|
|
{
|
2016-02-11 14:09:58 +03:00
|
|
|
"name": "mkdocs-material",
|
2016-03-12 15:25:05 +03:00
|
|
|
"version": "0.2.1",
|
2016-02-04 17:03:20 +03:00
|
|
|
"description": "A material design theme for MkDocs",
|
2016-02-09 23:59:37 +03:00
|
|
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
2016-01-29 01:27:15 +03:00
|
|
|
"authors": [
|
|
|
|
"squidfunk <martin.donath@squidfunk.com>"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"moduleType": [
|
|
|
|
"globals"
|
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"bower_components",
|
|
|
|
"node_modules"
|
|
|
|
],
|
2016-02-04 17:03:20 +03:00
|
|
|
"private": true,
|
2016-01-29 01:27:15 +03:00
|
|
|
"devDependencies": {
|
2016-08-07 19:01:56 +03:00
|
|
|
"modular-scale": "^2.1.1",
|
2016-02-11 14:09:58 +03:00
|
|
|
"quantum-colors": "^1.0.1",
|
2016-02-11 14:14:27 +03:00
|
|
|
"quantum-shadows": "^1.0.0"
|
2016-01-29 01:27:15 +03:00
|
|
|
}
|
|
|
|
}
|