node-bitcoin/package.json
2010-12-19 10:21:57 -05:00

12 lines
327 B
JSON

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