Skip to content

Commit

Permalink
Merge pull request #5 from fb55/patch-1
Browse files Browse the repository at this point in the history
Added support for browserify
  • Loading branch information
jhs committed Sep 5, 2013
2 parents 8df83b8 + 10c0fe7 commit 47e7b74
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -13,10 +13,11 @@

, "engines": [ "node" ]

, "dependencies" : { "defaultable": "~0.7.2"
, "request" : "~2.16.6"
, "log4js" : "~0.5.4"
, "obj_diff" : "~0.2.0"
, "dependencies" : { "defaultable" : "~0.7.2"
, "request" : "~2.16.6"
, "browser-request": "~0.2.1"
, "log4js" : "~0.5.4"
, "obj_diff" : "~0.2.0"
}
, "main": "api.js"
}

0 comments on commit 47e7b74

Please sign in to comment.