Skip to content

Commit

Permalink
removing express dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
offsnore committed Apr 15, 2012
1 parent 71cbfdb commit a2e05d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
}
],
"dependencies": {
"express": ">= 2.5.9",
"request": ">= 2.9.201"
},
"devDependencies": {
"express": ">= 2.5.9"
},
"repository" : {"type": "git", "url": "git://github.com/evalcrux/wundernode.git"},
"main" : "wundernode.js",
"engines": {
Expand Down

0 comments on commit a2e05d2

Please sign in to comment.