{
  "name": "http-agent",
  "description": "A simple agent for performing a sequence of http requests in node.js",
  "version": "0.1.2",
  "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/indexzero/http-agent.git" 
  },
  "keywords": ["http-agent", "iterator", "http", "webcrawler"],
  "dependencies": {
    "request": "1.9.x"
  },
  "devDependencies": {
    "vows": "0.5.x"
  },
  "main": "./lib/http-agent",
  "scripts": { "test": "vows test/*-test.js --spec" },
  "engines": { "node": ">= 0.2.0" }

,"_resolved": "https://registry.npmjs.org/http-agent/-/http-agent-0.1.2.tgz"
,"_integrity": "sha512-X2088Vy9djzfgK7Ge1I5D3xgnc4c0SNxlwU8e1XDCiOp/iDPixESMA7PlADE0+S4WWzv/g6JIvFwugq1BItBOw=="
,"_from": "http-agent@0.1.2"
}