Skip to content

Commit

Permalink
Added package.json for NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Jul 1, 2011
1 parent dcdfaac commit de0c6c4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
@@ -0,0 +1,24 @@
{
"name": "jsonrpc2",
"version": "0.0.2",
"description": "JSON-RPC server and client library",
"main": "./src/jsonrpc",
"keywords": [
"json",
"rpc",
"server",
"client"
],

"author": "Eric Florenzano <floguy@gmail.com> (eflorenzano.com)",

"contributors": [
"Bill Casarin <bill@casarin.ca> (jb55.com)",
"Stefan Thomas <justmoon@members.fsf.org> (justmoon.net)"
],

"repository": {
"type": "git",
"url": "git://github.com/bitcoinjs/node-jsonrpc2.git"
}
}

0 comments on commit de0c6c4

Please sign in to comment.