summaryrefslogtreecommitdiff
path: root/vendor/mervick/material-design-icons/package.json
blob: c35ad8c21dfcd6737565d28855d3232c93d70772 (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
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "bootstrap-material-icons",
  "version": "2.2.0",
  "description": "Google Material Design Icons For Using With Bootstrap",
  "repository": {
    "type": "git",
    "url": "https://github.com/mervick/material-design-icons"
  },
  "main": "index.js",
  "authors": [
    {
      "name": "Andrey Izman",
      "email": "[email protected]"
    }
  ],
  "keywords": [
    "icons",
    "material",
    "material-design",
    "google",
    "icons-web-font",
    "web-font",
    "bootstrap"
  ],
  "style": "css/material-icons.min.css",
  "license": "(MIT AND CC-BY-4.0)",
  "bugs": {
    "url": "http://github.com/mervick/material-design-icons/issues"
  },
  "homepage": "http://github.com/mervick/material-design-icons",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-cssmin": "^0.14.0",
    "grunt-contrib-sass": "^0.9.2",
    "grunt-contrib-watch": "^0.6.1",
    "gulp": "^3.9.0",
    "gulp-changed": "^1.3.0",
    "gulp-util": "^3.0.7",
    "lodash": "^4.5.0",
    "material-design-icons": "^2.2.0",
    "through2": "^2.0.1",
    "vinyl": "^1.1.1"
  }
}