Skip to content

Commit 9433556

Browse files
devversionjelbourn
authored andcommitted
chore(slide-toggle): add package configuration for npm. (#463)
1 parent e09a5bf commit 9433556

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "@angular2-material/slide-toggle",
3+
"version": "2.0.0-alpha.5",
4+
"description": "Angular 2 Material Slide Toggle",
5+
"main": "./slide-toggle.js",
6+
"typings": "./slide-toggle.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+
"slide-toggle",
17+
"switch",
18+
"toggle"
19+
],
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/angular/material2/issues"
23+
},
24+
"homepage": "https://github.com/angular/material2#readme",
25+
"peerDependencies": {
26+
"@angular2-material/core": "2.0.0-alpha.4"
27+
}
28+
}

0 commit comments

Comments
 (0)