You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
855 B
40 lines
855 B
{
|
|
"name": "libcoin",
|
|
"description": "Bitcoin Library",
|
|
"version": "0.1.3",
|
|
"author": {
|
|
"name": "Stephen Pair",
|
|
"email": "stephen@bitpay.com"
|
|
},
|
|
"contributors": [
|
|
{"name": "Stefan Thomas", "email": "moon@justmoon.net"},
|
|
{"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"}
|
|
],
|
|
"main": "./index",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"btc",
|
|
"satoshi",
|
|
"money",
|
|
"currency",
|
|
"virtual"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/gasteve/node-libcoin.git"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"classtool": ">=1.0.0",
|
|
"base58-native": ">=0.1.1",
|
|
"bindings": ">=1.1.0",
|
|
"bufferput": ">=0.1.1",
|
|
"bignum": "0.6.1",
|
|
"binary": "0.3.0",
|
|
"step": "0.0.4",
|
|
"buffers": ">=0.1.1",
|
|
"buffertools": "1.1.1"
|
|
},
|
|
"devDependencies": {},
|
|
"license": "MIT"
|
|
}
|
|
|