summaryrefslogtreecommitdiff
path: root/vendor/mervick/material-design-icons/bower.json
blob: 84e228fe7139326c72bb3e7cb3c8f9980cf24623 (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
30
31
32
33
{
    "name": "bootstrap-material-design-icons",
    "version": "2.2.0",
    "authors": [
        {
            "name": "Andrey Izman",
            "email": "[email protected]"
        }
    ],
    "description": "Google Material Design Icons For Using With Bootstrap",
    "keywords": [
        "icons",
        "material",
        "material-design",
        "google",
        "icons-web-font",
        "web-font",
        "bootstrap"
    ],
    "license": ["MIT", "CC-BY-4.0"],
    "main": [
        "./css/material-icons.*",
        "./fonts/MaterialIcons-Regular.*"
    ],
    "ignore": [
        ".gitignore",
        "*.json",
        "*.md"
    ],
    "dependencies": {},
    "devDependencies": {},
    "homepage": "http://github.com/mervick/material-design-icons"
}