mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
30 lines
584 B
JSON
30 lines
584 B
JSON
{
|
|
"name": "bootstrap-material-design",
|
|
"description": "Bootstrap Material Design for Bootstrap 4",
|
|
"keywords": [
|
|
"material",
|
|
"design",
|
|
"bootstrap",
|
|
"css",
|
|
"js",
|
|
"sass",
|
|
"mobile-first",
|
|
"responsive",
|
|
"front-end",
|
|
"framework",
|
|
"web"
|
|
],
|
|
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
|
|
"license": "MIT",
|
|
"moduleType": "globals",
|
|
"main": [
|
|
"scss/_core.scss",
|
|
"dist/bootstrap-material-design.iife.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "^2.2",
|
|
"tether": "^1.2",
|
|
"bootstrap": "v4-dev"
|
|
}
|
|
}
|