mkdocs-material/bower.json

32 lines
662 B
JSON
Raw Normal View History

2016-01-29 01:27:15 +03:00
{
"name": "mkdocs-material",
2016-02-11 14:41:59 +03:00
"version": "0.1.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
"dependencies": {
"classlist": "^2014.12.13",
"fastclick": "^1.0.6",
"lunr.js": "^0.6.0",
"pegasus": "^0.3.2",
"respond": "^1.4.2"
2016-01-29 01:27:15 +03:00
},
"devDependencies": {
"bourbon": "^4.2.6",
"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
}
}