bitcore/package.json

56 lines
1.2 KiB
JSON
Raw Normal View History

2013-07-04 13:02:18 -07:00
{
"name": "bitcore",
2013-07-04 13:02:18 -07:00
"description": "Bitcoin Library",
"version": "0.1.6",
2013-07-04 13:02:18 -07:00
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
"contributors": [
2014-01-30 12:17:06 -08:00
{
"name": "Stefan Thomas",
"email": "moon@justmoon.net"
},
{
"name": "Jeff Garzik",
"email": "jgarzik@bitpay.com"
}
],
2013-07-04 13:02:18 -07:00
"keywords": [
"bitcoin",
"btc",
"satoshi",
"money",
"currency",
"virtual"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore.git"
2013-07-04 13:02:18 -07:00
},
"scripts": {},
2013-07-07 11:02:00 -07:00
"dependencies": {
2014-02-19 11:07:50 -08:00
"classtool": "git://github.com/bitpay/classtool.git",
2014-01-30 12:17:06 -08:00
"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",
2014-02-20 13:59:41 -08:00
"buffertools": "~2.0.1"
2014-01-30 12:17:06 -08:00
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
2014-01-31 09:05:37 -08:00
"grunt-mocha-test": "~0.8.2",
"grunt-browserify": "~1.3.0",
2014-02-17 11:39:13 -08:00
"grunt-markdown": "~0.5.0",
2014-02-20 13:59:41 -08:00
"mocha": ">=1.15.1",
"browserify-bignum": "git://github.com/maraoz/browserify-bignum.git",
"browserify-buffertools": "~1.0.2",
2014-02-24 06:59:43 -08:00
"chai": "~1.9.0",
"brfs": "~1.0.0"
2013-07-07 11:02:00 -07:00
},
2013-07-04 13:02:18 -07:00
"license": "MIT"
}