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.

30 lines
533 B

12 years ago
{
"name": "libcoin",
"description": "Bitcoin Library",
12 years ago
"version": "0.1.2",
12 years ago
"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"
},
12 years ago
"devDependencies": {},
"license": "MIT"
}