Skip to content

Commit

Permalink
Quote the keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 17, 2010
1 parent 810e9bd commit 70a3423
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
name : "ejsgi",
version : "0.0.3",
author : "Isaac Z. Schlueter <i@izs.me>",
description : "Like JSGI, but using events primarily, instead of plain objects.",
repositories : [{type:"git", url:"http://github.com/isaacs/ejsgi.git"}],
engines : ["node"],
"name" : "ejsgi",
"version" : "0.0.3",
"author" : "Isaac Z. Schlueter <i@izs.me>",
"description" : "Like JSGI, but using events primarily, instead of plain objects.",
"repositories" : [{"type":"git", "url":"http://github.com/isaacs/ejsgi.git"}],
"engines" : ["node"],

directories : {
lib : "lib"
"directories" : {
"lib" : "lib"
},
main : "lib/ejsgi"
"main" : "lib/ejsgi"
}

0 comments on commit 70a3423

Please sign in to comment.