Blame view

package.json 543 Bytes
0e60f72f8   Addy Osmani   Seed initial pack...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  {
    "name": "material-design-icons",
    "version": "1.0.0",
    "description": "Material Design icons by Google",
    "main": "index.html",
    "repository": {
      "type": "git",
      "url": "https://github.com/google/material-design-icons"
    },
    "keywords": [
      "icons",
      "material",
      "material-design",
      "google"
    ],
    "author": "Material Design Authors",
    "license": "CC-BY-SA-4.0",
    "bugs": {
      "url": "https://github.com/google/material-design-icons/issues"
    },
    "homepage": "https://github.com/google/material-design-icons"
  }