Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Feb 9, 2012
1 parent 0a61107 commit 4a54ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose-auth",
"description": "User authentication plugin for mongoose node.js orm",
"version": "0.0.11",
"version": "0.0.12",
"homepage": "https://github.com/bnoguchi/mongoose-auth/",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"lib": "."
},
"dependencies": {
"bcrypt":">=0.5.0",
"bcrypt": ">=0.5.0",
"mongoose": ">=2.4.8",
"everyauth": ">=0.2.28",
"mongoose-types": ">=1.0.3"
Expand All @@ -30,4 +30,4 @@
"engines": {
"node": ">=0.4.0"
}
}
}

0 comments on commit 4a54ae5

Please sign in to comment.