mdb-ui-kit/bower.json

38 lines
709 B
JSON
Raw Normal View History

2014-09-10 11:33:20 +04:00
{
"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"
2014-09-10 11:33:20 +04:00
],
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
"license": "MIT",
"moduleType": "globals",
2014-10-05 13:13:09 +04:00
"main": [
"scss/bootstrap-material-design.scss",
"dist/js/bootstrap-material-design.js"
2014-10-05 13:22:39 +04:00
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
2014-10-05 13:22:39 +04:00
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
2014-09-10 11:33:20 +04:00
],
2014-11-17 11:09:30 +03:00
"dependencies": {
"bootstrap": "v4-dev"
2014-11-17 11:09:30 +03:00
}
2014-09-10 11:33:20 +04:00
}