Skip to content

Commit

Permalink
Make package.json valid
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jun 11, 2011
1 parent 5787ed1 commit 08b1267
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
name: "parser_email",
description: "Simple multi part email parser",
homepage: "http://github.com/jrgns/parser_email",
version: "0.1.0",
engines: ["JavaScript", "node v0.3.0-pre"],
author: "J Jrgns du Toit <jrgns@jrgns.net>",
repository: {
type: "git",
url: "http://github.com/jrgns/parser_email"
"name": "parser_email",
"description": "Simple multi part email parser",
"homepage": "http://github.com/jrgns/parser_email",
"version": "0.1.0",
"engines": ["JavaScript", "node v0.3.0-pre"],
"author": "J Jrgns du Toit <jrgns@jrgns.net>",
"repository": {
"type": "git",
"url": "http://github.com/jrgns/parser_email"
},
licenses: [
"licenses": [
{
type: "MIT",
url: "http://github.com/jrgns/parser_email/raw/master/License.md"
"type": "MIT",
"url": "http://github.com/jrgns/parser_email/raw/master/License.md"
}
]
}
}

0 comments on commit 08b1267

Please sign in to comment.