mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"name": "Material Design for Bootstrap",
|
|
"version": "0.0.8",
|
|
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
|
|
"authors": [
|
|
"Federico Zivolo <info@mywebexpression.com>"
|
|
],
|
|
"description": "Material Design theme for Bootstrap 3",
|
|
"main": "css-compiled/material.css",
|
|
"keywords": [
|
|
"material",
|
|
"design",
|
|
"bootstrap",
|
|
"theme",
|
|
"google",
|
|
"android"
|
|
],
|
|
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|