Skip to content

Commit

Permalink
Version bump to v0.0.8. Added 'restler' npm module dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Apr 12, 2011
1 parent 41df403 commit e91ef25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "everyauth", "name": "everyauth",
"description": "Auth solution (password, facebook, & more) for your node.js Connect & Express apps", "description": "Auth solution (password, facebook, & more) for your node.js Connect & Express apps",
"version": "0.0.7", "version": "0.0.8",
"homepage": "https://github.com/bnoguchi/everyauth/", "homepage": "https://github.com/bnoguchi/everyauth/",
"repository": { "repository": {
"type": "git", "type": "git",
Expand All @@ -13,7 +13,8 @@
"lib": "lib" "lib": "lib"
}, },
"dependencies": { "dependencies": {
"oauth": ">=0.9.0" "oauth": ">=0.9.0",
"restler": ">=0.2.1"
}, },
"engines": { "engines": {
"node": "0.4.x" "node": "0.4.x"
Expand Down

0 comments on commit e91ef25

Please sign in to comment.