Skip to content

Commit

Permalink
chore(slide-toggle): add package configuration for npm. (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and jelbourn committed May 18, 2016
1 parent e09a5bf commit 9433556
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/components/slide-toggle/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "@angular2-material/slide-toggle",
"version": "2.0.0-alpha.5",
"description": "Angular 2 Material Slide Toggle",
"main": "./slide-toggle.js",
"typings": "./slide-toggle.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/angular/material2.git"
},
"keywords": [
"angular",
"material",
"material design",
"components",
"slide-toggle",
"switch",
"toggle"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/material2/issues"
},
"homepage": "https://github.com/angular/material2#readme",
"peerDependencies": {
"@angular2-material/core": "2.0.0-alpha.4"
}
}

0 comments on commit 9433556

Please sign in to comment.