mdb-ui-kit/bower.json

30 lines
578 B
JSON
Raw Normal View History

{
"name": "bootstrap-material-design",
2017-03-22 16:10:37 +03:00
"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",
2017-08-11 17:59:31 +03:00
"dist/js/bootstrap-material-design.js"
],
"dependencies": {
"jquery": "^2.2",
2017-08-11 17:59:31 +03:00
"popper.js": "^1.10.11",
2017-10-01 15:27:50 +03:00
"bootstrap": "4.0.0"
}
}