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.
29 lines
533 B
29 lines
533 B
{
|
|
"name": "libcoin",
|
|
"description": "Bitcoin Library",
|
|
"version": "0.1.2",
|
|
"author": {
|
|
"name": "Stephen Pair",
|
|
"email": "stephen@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"
|
|
},
|
|
"devDependencies": {},
|
|
"license": "MIT"
|
|
}
|
|
|