summaryrefslogtreecommitdiff
path: root/package.json
blob: 361c316f7cb91e31a1fefe4405164f4d803727d5 (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
{
  "name": "material-design-icons",
  "version": "2.2.2",
  "description": "Material Design icons by Google",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/google/material-design-icons"
  },
  "keywords": [
    "icons",
    "material",
    "material-design",
    "google"
  ],
  "author": "Material Design Authors",
  "license": "CC-BY-4.0",
  "bugs": {
    "url": "https://github.com/google/material-design-icons/issues"
  },
  "homepage": "https://github.com/google/material-design-icons",
  "devDependencies": {
    "babel-core": "^6.1.2",
    "babel-preset-es2015": "^6.1.2",
    "gulp": "^3.9.0",
    "gulp-if": "^2.0.0",
    "gulp-svg-sprite": "^1.2.14",
    "lodash": "^3.10.1",
    "sprity": "^1.0.8",
    "sprity-gm": "^1.0.2",
    "through2": "^2.0.0",
    "underscore.string": "^3.2.2",
    "vinyl": "^1.1.0"
  }
}