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.
86 lines
2.0 KiB
86 lines
2.0 KiB
{
|
|
"name": "bitcore",
|
|
"description": "Bitcoin Library",
|
|
"version": "0.1.11",
|
|
"author": {
|
|
"name": "Stephen Pair",
|
|
"email": "stephen@bitpay.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Stefan Thomas",
|
|
"email": "moon@justmoon.net"
|
|
},
|
|
{
|
|
"name": "Jeff Garzik",
|
|
"email": "jgarzik@bitpay.com"
|
|
},
|
|
{
|
|
"name": "Manuel Araoz",
|
|
"email": "manuelaraoz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Matias Alejo Garcia",
|
|
"email": "ematiu@gmail.com"
|
|
},
|
|
{
|
|
"name": "Ryan X. Charles",
|
|
"email": "ryan@bitpay.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"bitcoin",
|
|
"btc",
|
|
"satoshi",
|
|
"money",
|
|
"currency",
|
|
"virtual"
|
|
],
|
|
"main": "bitcore.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitpay/bitcore.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test -R spec",
|
|
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
|
|
"postinstall": "node browser/build.js -a"
|
|
},
|
|
"dependencies": {
|
|
"jssha": "=1.5.0",
|
|
"soop": "=0.1.5",
|
|
"base58-native": "=0.1.3",
|
|
"bindings": "=1.1.1",
|
|
"bufferput": "git://github.com/bitpay/node-bufferput.git",
|
|
"bignum": "=0.6.2",
|
|
"binary": "=0.3.0",
|
|
"step": "=0.0.4",
|
|
"buffers": "=0.1.1",
|
|
"buffertools": "~2.0.1",
|
|
"browserify": "~3.32.1",
|
|
"browser-pack": "~2.0.1",
|
|
"commander": "~2.1.0",
|
|
"browserify-bignum": "git://github.com/maraoz/browserify-bignum.git",
|
|
"browserify-buffertools": "git://github.com/maraoz/browserify-buffertools.git",
|
|
"brfs": "~1.0.0",
|
|
"chai": "~1.9.0",
|
|
"uglifyify": "~1.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-mocha-test": "~0.8.2",
|
|
"grunt-shell": "~0.6.4",
|
|
"grunt-browserify": "~2.0.0",
|
|
"grunt-markdown": "~0.5.0",
|
|
"mocha": ">=1.15.1",
|
|
"brfs": "~1.0.0",
|
|
"async": "~0.2.10",
|
|
"commander": "~2.1.0",
|
|
"browser-pack": "~2.0.1",
|
|
"istanbul": "~0.2.6"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|
|
|