Skip to content

Commit

Permalink
Add developer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fictorial committed Jun 15, 2011
1 parent b3be3fd commit af6507a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "linode-api",
"description": "Linode API client",
"keywords": ["linode", "api", "client"],
"version": "0.1.1",
"version": "0.1.2",
"main": "lib/linode-api.js",
"bin": {
"linode-client": "bin/linode-client.js"
Expand All @@ -16,7 +16,10 @@
"node": "0.4.x"
},
"dependencies": {
"optimist": "0.x.x",
"request": "1.x.x"
"optimist": "0.2.x",
"request": "1.9.x"
},
"devDependencies": {
"nodeunit": "0.5.x"
}
}

0 comments on commit af6507a

Please sign in to comment.