Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add package.json
  • Loading branch information
isaacs committed Mar 26, 2010
1 parent 2dc2c4d commit 55dbed2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
@@ -0,0 +1,7 @@
{ "name" : "node-router"
, "version" : "0.0.1"
, "description" : "A simple http server for node.js that has sinatra like qualities. Ideal for generating web services via node."
, "author" : "Tim Caswell <tim@creationix.org>"
, "main" : "lib/node-router"
, "engines" : { "node" : ">=0.1.32" }
}

0 comments on commit 55dbed2

Please sign in to comment.