Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 2, 2011
1 parent 585154a commit c5fea6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Empty file added examples/index.js
Empty file.
7 changes: 6 additions & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
, "description": "Connect user-agent middleware" , "description": "Connect user-agent middleware"
, "keywords": [] , "keywords": []
, "author": "TJ Holowaychuk <tj@vision-media.ca>" , "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": {} , "dependencies": {
"useragent": "1.0.0"
}
, "devDependencies": {
"connect": "1.7.1"
}
, "main": "index" , "main": "index"
, "engines": { "node": "0.4.x" } , "engines": { "node": "0.4.x" }
} }

0 comments on commit c5fea6b

Please sign in to comment.