Skip to content

Commit

Permalink
Updated for latest version of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 2, 2011
1 parent 45450a7 commit 619ea73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Grab the front page stories from [reddit](http://www.reddit.com)


To install node.io, use [npm](http://github.com/isaacs/npm) To install node.io, use [npm](http://github.com/isaacs/npm)


$ npm install node.io $ npm install -g node.io


If you do not have npm or Node.JS, [see this page](https://github.com/chriso/node.io/wiki/Installation). If you do not have npm or Node.JS, [see this page](https://github.com/chriso/node.io/wiki/Installation).


Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "node.io", { "name" : "node.io",
"description" : "A distributed data scraping and processing framework", "description" : "A distributed data scraping and processing framework",
"version" : "0.2.7", "version" : "0.2.8",
"homepage" : "http://github.com/chriso/node.io", "homepage" : "http://github.com/chriso/node.io",
"keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"], "keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"],
"author" : "Chris O'Hara <cohara87@gmail.com>", "author" : "Chris O'Hara <cohara87@gmail.com>",
Expand All @@ -15,11 +15,13 @@
"url": "http://github.com/chriso/node.io.git" "url": "http://github.com/chriso/node.io.git"
}, },
"engines": { "node": ">=0.4.0" }, "engines": { "node": ">=0.4.0" },
"preferGlobal": true,
"dependencies": { "dependencies": {
"htmlparser": ">= 1.7.3", "htmlparser": ">= 1.7.3",
"coffee-script": ">= 0.9.5", "coffee-script": ">= 0.9.5",
"jquery": ">= 1.4.4" "jquery": ">= 1.4.4"
}, },
"devDependencies": { "expresso": "*" },
"bin": { "bin": {
"io": "./bin/io", "io": "./bin/io",
"node.io": "./bin/node.io", "node.io": "./bin/node.io",
Expand Down

0 comments on commit 619ea73

Please sign in to comment.