mdb-ui-kit/bower.json
2017-10-19 14:49:49 +02:00

30 lines
583 B
JSON

{
"name": "bootstrap-material-design",
"description": "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/js/bootstrap-material-design.js"
],
"dependencies": {
"jquery": "^2.2",
"popper.js": "^1.10.11",
"bootstrap": "4.0.0-beta"
}
}