Commit 0e60f72f81b1236e3c8f9c43dcf206f4c880beb2
0 parents
Exists in
master
and in
1 other branch
Seed initial package files
Showing 2 changed files with 36 additions and 0 deletions
bower.json
View file @
0e60f72
... | ... | @@ -0,0 +1,14 @@ |
1 | +{ | |
2 | + "name": "material-design-icons", | |
3 | + "version": "1.0.0", | |
4 | + "author": "Material Design Authors", | |
5 | + "description": "Material Design icons by Google", | |
6 | + "keywords": [ | |
7 | + "icons", | |
8 | + "material", | |
9 | + "material-design", | |
10 | + "google" | |
11 | + ], | |
12 | + "license": "CC-BY-SA-4.0", | |
13 | + "homepage": "http://google.com/design/spec" | |
14 | +} |
package.json
View file @
0e60f72
... | ... | @@ -0,0 +1,22 @@ |
1 | +{ | |
2 | + "name": "material-design-icons", | |
3 | + "version": "1.0.0", | |
4 | + "description": "Material Design icons by Google", | |
5 | + "main": "index.html", | |
6 | + "repository": { | |
7 | + "type": "git", | |
8 | + "url": "https://github.com/google/material-design-icons" | |
9 | + }, | |
10 | + "keywords": [ | |
11 | + "icons", | |
12 | + "material", | |
13 | + "material-design", | |
14 | + "google" | |
15 | + ], | |
16 | + "author": "Material Design Authors", | |
17 | + "license": "CC-BY-SA-4.0", | |
18 | + "bugs": { | |
19 | + "url": "https://github.com/google/material-design-icons/issues" | |
20 | + }, | |
21 | + "homepage": "https://github.com/google/material-design-icons" | |
22 | +} |