Skip to content

Commit

Permalink
[dist] Update package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 25, 2011
1 parent de90882 commit 3feb0bc
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
"tools"
],
"dependencies": {
"async": ">= 0.1.8",
"colors": ">= 0.5.0",
"eyes": ">= 0.1.6",
"daemon": ">= 0.3.0",
"optimist": ">= 0.0.6",
"async": "0.1.x",
"colors": "0.x.x",
"eyes": "0.1.x",
"daemon": "0.3.x",
"optimist": "0.2.x",
"timespan": ">= 2.0.0",
"vows": ">= 0.5.2",
"winston": ">= 0.2.7",
"nconf": ">= 0.1.7"
"winston": "0.2.x",
"nconf": "0.x.x"
},
"devDependencies": {
"vows": "0.5.x"
},
"bin": {
"forever": "./bin/forever"
Expand Down

0 comments on commit 3feb0bc

Please sign in to comment.