Skip to content

Commit

Permalink
Ah, we depend on node-spdy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
eee-c committed Jun 22, 2011
1 parent 1f2574e commit 41f7de1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -10,11 +10,12 @@
}, },
"main": "index.js", "main": "index.js",
"engines": { "engines": {
"node": "~v0.5.0-pre" "node": ">= 0.5.0-pre"
}, },
"dependencies": { "dependencies": {
"express": ">= 2.3.11", "express": ">= 2.3.11",
"connect-spdy": ">= 0.0.0" "connect-spdy": ">= 0.0.0",
"spdy": ">= 0.0.1"
}, },
"devDependencies": {} "devDependencies": {}
} }

0 comments on commit 41f7de1

Please sign in to comment.