diff options
Diffstat (limited to 'templates/assets/bootstrap-material-design/bower.json')
| -rw-r--r-- | templates/assets/bootstrap-material-design/bower.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/assets/bootstrap-material-design/bower.json b/templates/assets/bootstrap-material-design/bower.json new file mode 100644 index 0000000..a312e33 --- /dev/null +++ b/templates/assets/bootstrap-material-design/bower.json @@ -0,0 +1,29 @@ +{ + "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" + } +} |
