Updated package.json, added index.js

This commit is contained in:
Bill Casarin 2011-05-13 09:46:40 -04:00
parent 33804f4657
commit 797611f56a
2 changed files with 16 additions and 8 deletions

0
index.js Normal file
View File

View File

@ -1,14 +1,22 @@
{
"name": "bitcoin",
"description": "Bitcoin client API library and related utilities",
"version": "0.0.2",
"contributors": [
{ "name": "Bill Casarin", "email": "jb@jb55.com" }
"description": "Communicate with bitcoind via JSON-RPC",
"version": "0.0.3",
"main": "./lib/bitcoin",
"keywords": [
"bitcoin",
"rpc"
],
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
"dependencies": {
"underscore": ">= 1.0.3",
"vows": ">= 0.4.0"
"underscore": ">= 1.0.3"
},
"directories": { "lib": "./lib/bitcoin" },
"engines": { "node": ">= 0.2.3" }
"repository": {
"type": "git",
"url": "https://jb55@github.com/jb55/node-bitcoin.git"
}
}