Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Nešetřil committed Sep 4, 2012
1 parent 90245d7 commit c0a5cdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -11,6 +11,9 @@
{ "url" : "http://github.com/mikeal/request/issues" }
, "engines" : ["node >= 0.3.6"]
, "main" : "./main"
, "bundleDependencies": ["form-data", "mime"]
, "dependencies": {
"form-data":""
, "mime":""
}
, "scripts": { "test": "node tests/run.js" }
}

0 comments on commit c0a5cdf

Please sign in to comment.