summaryrefslogtreecommitdiff
path: root/templates/assets/bootstrap-material-design/bower.json
blob: a312e33d9e18624b353f7239d9bd3768107e9f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
  }
}