mdb-ui-kit/bower.json
FezVrasta 2944488029 renaming of the project
Replaced Material Design for Bootstrap with Bootstrap Material Design everywhere in the project/
2016-08-01 14:17:55 +02:00

30 lines
570 B
JSON

{
"name": "bootstrap-material-design",
"description": "Bootstrap Material Design 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"
}
}