bitcore/package.json

38 lines
762 B
JSON

{
"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"
//"binary"
},
"devDependencies": {},
"license": "MIT"
}