{ "name":        "scoped-http-client"
, "description": "http client request wrapper"
, "version":     "0.11.0"
, "author":      "technoweenie"
, "engines" :    [ "node >= 0.8.0" ]
, "homepage":    "https://github.com/technoweenie/node-scoped-http-client"
, "main":        "./src/index"
, "directories":
  { "lib": "./src"
  }
, "repository":
  { "type": "git"
  , "url":  "https://github.com/technoweenie/node-scoped-http-client.git"
  }
, "scripts":
  { "test": "make test"
  }
, "devDependencies":
  { "coffee-script": "1.3.3"
  }
, "licenses":
  [
    { "type": "MIT"
    , "url": "https://github.com/technoweenie/node-scoped-http-client/blob/master/LICENSE"
    }
  ]
}
