Skip to content

Commit

Permalink
drop bcrypt and add couch-pwd as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Apr 11, 2014
1 parent 3848c3d commit db7b63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"license": "MIT",
"dependencies": {
"node-uuid": "~1.4.1",
"bcrypt": "~0.7.7",
"ms": "~0.6.2",
"moment": "~2.5.0",
"mongodb": "~1.3.23"
"mongodb": "~1.3.23",
"couch-pwd": "0.0.1"
},
"devDependencies": {
"should": "~2.1.1",
Expand Down

0 comments on commit db7b63f

Please sign in to comment.