http-agent
Version:
A simple agent for performing a sequence of http requests in node.js
20 lines • 577 B
JSON
{
"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" }
}