Skip to content

Commit

Permalink
Misc package.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 15, 2010
1 parent 22222d7 commit ea82eea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "Express",
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "0.13.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca"},
{ "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com"},
{ "name": "Ciaran Jessup", "email": "ciaranj@gmail.com"}
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
{ "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com" },
{ "name": "Ciaran Jessup", "email": "ciaranj@gmail.com" }
],
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
"directories": {
Expand All @@ -16,5 +16,5 @@
"install": "git submodule update --init",
"test": "make test"
},
"engines": { "node": ">= 0.1.97" }
"engines": { "node": ">= 0.1.98" }
}

0 comments on commit ea82eea

Please sign in to comment.