Skip to content

Commit

Permalink
Removed zlib dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoung committed Jan 12, 2012
1 parent 5638e17 commit 18fa9a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
@@ -1,15 +1,14 @@
{
"name": "restler",
"version": "0.2.4",
"version": "2.0.0",
"description": "An HTTP client library for node.js",
"contributors": [{ "name": "Dan Webb", "email": "dan@danwebb.net" }],
"homepage": "https://github.com/danwrong/restler",
"directories" : { "lib" : "./lib" },
"main" : "./lib/restler",
"engines": { "node": ">= 0.3.7" },
"engines": { "node": ">= 0.6.x" },
"dependencies": {
"iconv": ">=1.0.0",
"zlib" : ">=1.0.0"
"iconv": ">=1.0.0"
},
"devDependencies": {
"nodeunit": ">=0.5.0",
Expand Down

0 comments on commit 18fa9a9

Please sign in to comment.