Skip to content

Commit 9a6ab35

Browse files
committed
chore(icon): add package.json
1 parent 77be2df commit 9a6ab35

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/components/icon/package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)