Skip to content

Commit

Permalink
make this happy on node 0.6.x too
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Nov 25, 2011
1 parent a4dad23 commit 56b985e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-scripts",
"version": "1.1.8",
"version": "2.0.0",
"author": "hubot",
"keywords": "hubot plugin scripts campfire bot robot",
"description": "Allows you to opt in to a variety of scripts",
Expand All @@ -20,17 +20,15 @@
"redis": "0.6.7",
"jsdom": "==0.2.0",
"xml2js": "0.1.x",
"wolfram": "0.1.1",
"soupselect": "0.2.0",
"htmlparser": "1.7.x",
"sprintf": "0.1.1",
"hashlib": "1.0.1",
"wwwdude": "0.1.0",
"pypi": "0.1.0"
},

"directories": {
"lib": "./src"
},
"engine": "node >= 0.4.1 < 0.5.0"
"engine": "node >= 0.4.1"
}

0 comments on commit 56b985e

Please sign in to comment.