We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77be2df commit 9a6ab35Copy full SHA for 9a6ab35
src/components/icon/package.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "@angular2-material/icon",
3
+ "version": "2.0.0-alpha.3",
4
+ "description": "Angular 2 Material icon",
5
+ "main": "./icon.js",
6
+ "typings": "./icon.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/angular/material2.git"
10
+ },
11
+ "keywords": [
12
+ "angular",
13
+ "material",
14
+ "material design",
15
+ "components",
16
+ "icon"
17
+ ],
18
+ "license": "MIT",
19
+ "bugs": {
20
+ "url": "https://github.com/angular/material2/issues"
21
22
+ "homepage": "https://github.com/angular/material2#readme",
23
+ "peerDependencies": {
24
+ "angular2": "^2.0.0-beta.8",
25
+ "@angular2-material/core": "2.0.0-alpha.3"
26
+ }
27
+}
0 commit comments