Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
welps committed Feb 2, 2016
1 parent 9273424 commit c03a386
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"name": "passport-steam",
"version": "1.0.0",
"version": "1.0.1",
"description": "Steam (OpenID) authentication strategy for Passport.",
"author": {
"name": "Liam Curry",
"email": "liam@curry.name",
"url": "http://www.liamcurry.com/"
},
"contributors": [{
"name": "Toby Archer",
"email": "toby@nerdping.com",
"url": "http://github.com/mnzt"
}, {
"name": "Welps",
"url": "https://github.com/welps"
}],
"contributors": [
{
"name": "Toby Archer",
"email": "toby@nerdping.com",
"url": "http://github.com/mnzt"
},
{
"name": "Welps",
"url": "https://github.com/welps"
}
],
"ava": {
"failFast": true,
"verbose": true
Expand All @@ -41,10 +44,12 @@
"engines": {
"node": ">= 0.4.0"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"passport",
"steam",
Expand Down

0 comments on commit c03a386

Please sign in to comment.