Skip to content

Commit

Permalink
Getting ready for the new request API
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Mar 6, 2011
1 parent 292a8c4 commit 3c4e107
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
@@ -1,7 +1,9 @@
### v0.2.4
* Moved to the new node v0.4 request API with full HTTPS support

### v0.2.3-2
* Removed daemon and expresso as a required dependencies
* Added --spoof for spoofing user agents
* Added built-in modules for recursively scraping urls

### v0.2.3-1
* Fixed relative Location header bug
Expand Down
18 changes: 9 additions & 9 deletions package.json
@@ -1,37 +1,37 @@
{ "name" : "node.io",
"description" : "A distributed data scraping and processing framework for node.js",
"version" : "0.2.3-2",
"description" : "A distributed data scraping and processing framework",
"version" : "0.2.4",
"homepage" : "http://github.com/chriso/node.io",
"keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"],
"author" : "Chris O'Hara <cohara87@gmail.com>",
"main" : "./lib/node.io",
"directories" : { "lib" : "./lib/node.io" },
"bugs": {
"bugs": {
"mail": "cohara87@gmail.com",
"web": "http://github.com/chriso/node.io/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/chriso/node.io.git"
},
"engines": { "node": ">=0.2.5" },
"dependencies": {
"engines": { "node": ">=0.4.0" },
"dependencies": {
"validator": ">= 0.1.1",
"coffee-script": ">= 0.9.5",
"htmlparser": ">= 1.7.3",
"jquery": ">= 1.4.4"
},
"scripts": {
"scripts": {
"test": "make test",
"postinstall" : "cd builtin && ./install"
},
"bin": {
"bin": {
"io": "./bin/io",
"node.io": "./bin/node.io",
"node.io-web": "./bin/node.io-web"
},
"licenses": [{
"type": "MIT",
"licenses": [{
"type": "MIT",
"url": "http://github.com/chriso/node.io/raw/master/LICENSE"
}]
}

0 comments on commit 3c4e107

Please sign in to comment.