Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHitchens committed Jun 6, 2011
1 parent 7a466d3 commit 0e9d2f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@

# node-jsond
# jsond

Implements a simple server for sending and receiving JSON messages over HTTP.

Expand Down Expand Up @@ -32,7 +32,7 @@ server using a custom protocol.

<html>
<body>
<h1>node-jsond test page</h1>
<h1>jsond test page</h1>

Send: <input onchange="changed(this.value)"><p>
Rcvd: <textarea id=rcvd></textarea><p>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -5,17 +5,17 @@
"author": "Joe Hitchens <joe@sleepless.com> (sleepless.com)",
"license": {
"type": "MIT",
"url": "https://github.com/sleeplessinc/node-jsond/raw/master/LICENSE"
"url": "https://github.com/sleeplessinc/jsond/raw/master/LICENSE"
},
"main": "jsond",
"repositories": [
{
"type": "git",
"url": "https://sleeplessinc@github.com/sleeplessinc/node-jsond.git"
"url": "https://sleeplessinc@github.com/sleeplessinc/jsond.git"
}
],
"engines": {
"node": "0.4.0"
},
"repository": "git://github.com/sleeplessinc/node-jsond.git"
"repository": "git://github.com/sleeplessinc/jsond.git"
}

0 comments on commit 0e9d2f2

Please sign in to comment.