Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 23, 2011
1 parent 92ebe29 commit e292add
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,11 @@
, "keywords": ["express"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": {}
, "devDependencies": { "express": "2.3.7" }
, "devDependencies": {
"express": "2.3.7"
, "should": "0.2.1"
, "expresso": "0.7.6"
}
, "main": "index"
, "engines": { "node": "0.4.x" }
}

0 comments on commit e292add

Please sign in to comment.