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.

53 lines
1.1 KiB

11 years ago
{
"name": "bitcore",
11 years ago
"description": "Bitcoin Library",
"version": "0.1.5",
11 years ago
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
"contributors": [
11 years ago
{
"name": "Stefan Thomas",
"email": "moon@justmoon.net"
},
{
"name": "Jeff Garzik",
"email": "jgarzik@bitpay.com"
}
],
11 years ago
"keywords": [
"bitcoin",
"btc",
"satoshi",
"money",
"currency",
"virtual"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore.git"
11 years ago
},
"scripts": {},
"dependencies": {
"classtool": "=1.0.0",
11 years ago
"base58-native": "=0.1.3",
"bindings": "=1.1.1",
"bufferput": "=0.1.1",
"bignum": "=0.6.1",
"binary": "=0.3.0",
"step": "=0.0.4",
"buffers": "=0.1.1",
"buffertools": "=1.1.1",
11 years ago
"mocha": ">=1.15.1",
11 years ago
"browserify-bignum": "git://github.com/maraoz/browserify-bignum.git"
11 years ago
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.8.2",
"grunt-browserify": "~1.3.0",
"chai": "~1.9.0"
},
11 years ago
"license": "MIT"
}