Fixed package.json

This commit is contained in:
Bill Casarin 2011-05-06 00:04:49 -04:00
parent 5c3ff5fd41
commit 33804f4657

View File

@ -3,11 +3,11 @@
"description": "Bitcoin client API library and related utilities",
"version": "0.0.2",
"contributors": [
{ "name": "Bill Casarin", "email": "jb@jb55.com" },
{ "name": "Bill Casarin", "email": "jb@jb55.com" }
],
"dependencies": {
"underscore": ">= 1.0.3",
"vows": ">= 0.4.0",
"vows": ">= 0.4.0"
},
"directories": { "lib": "./lib/bitcoin" },
"engines": { "node": ">= 0.2.3" }