1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00
mkdocs-material/bower.json

32 lines
656 B
JSON
Raw Normal View History

2016-01-28 23:27:15 +01:00
{
2016-02-09 21:59:37 +01:00
"name": "Material",
2016-01-28 23:27:15 +01:00
"version": "0.1.0",
2016-02-04 15:03:20 +01:00
"description": "A material design theme for MkDocs",
2016-02-09 21:59:37 +01:00
"homepage": "http://squidfunk.github.io/mkdocs-material/",
2016-01-28 23:27:15 +01:00
"authors": [
"squidfunk <martin.donath@squidfunk.com>"
],
"license": "MIT",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"bower_components",
"node_modules"
],
2016-02-04 15:03:20 +01:00
"private": true,
2016-01-28 23:27:15 +01:00
"dependencies": {
"classlist": "~2014.12.13",
"fastclick": "~1.0.6",
"lunr.js": "~0.5.10",
"pegasus": "~0.3.1",
"respond": "~1.4.2"
},
"devDependencies": {
"bourbon": "~4.2.2",
"quantum-colors": "~1.0.1",
"quantum-shadows": "~1.0.0"
}
}