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.
122 lines
2.7 KiB
122 lines
2.7 KiB
{
|
|
"name": "bitcore",
|
|
"version": "0.8.6",
|
|
"description": "A pure and powerful JavaScript Bitcoin library.",
|
|
"author": "BitPay <dev@bitpay.com>",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "gulp lint",
|
|
"test": "gulp test",
|
|
"coverage": "gulp coverage",
|
|
"build": "gulp",
|
|
"postinstall": "node ./lib/errors/build.js"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Daniel Cousens",
|
|
"email": "bitcoin@dcousens.com"
|
|
},
|
|
{
|
|
"name": "Esteban Ordano",
|
|
"email": "eordano@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gordon Hall",
|
|
"email": "gordon@bitpay.com"
|
|
},
|
|
{
|
|
"name": "Jeff Garzik",
|
|
"email": "jgarzik@bitpay.com"
|
|
},
|
|
{
|
|
"name": "Kyle Drake",
|
|
"email": "kyle@kyledrake.net"
|
|
},
|
|
{
|
|
"name": "Manuel Araoz",
|
|
"email": "manuelaraoz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Matias Alejo Garcia",
|
|
"email": "ematiu@gmail.com"
|
|
},
|
|
{
|
|
"name": "Ryan X. Charles",
|
|
"email": "ryanxcharles@gmail.com"
|
|
},
|
|
{
|
|
"name": "Stefan Thomas",
|
|
"email": "moon@justmoon.net"
|
|
},
|
|
{
|
|
"name": "Stephen Pair",
|
|
"email": "stephen@bitpay.com"
|
|
},
|
|
{
|
|
"name": "Wei Lu",
|
|
"email": "luwei.here@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"bitcoin",
|
|
"bip32",
|
|
"bip37",
|
|
"bip70",
|
|
"merge",
|
|
"multisig"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitpay/bitcore.git"
|
|
},
|
|
"browser": {
|
|
"request": "browser-request"
|
|
},
|
|
"dependencies": {
|
|
"bn.js": "=0.16.1",
|
|
"browser-request": "^0.3.3",
|
|
"bs58": "=2.0.0",
|
|
"bufferput": "^0.1.2",
|
|
"buffers": "^0.1.1",
|
|
"elliptic": "=0.16.0",
|
|
"hash.js": "=0.3.2",
|
|
"inherits": "=2.0.1",
|
|
"lodash": "=2.4.1",
|
|
"request": "^2.51.0",
|
|
"sha512": "=0.0.1",
|
|
"socks5-client": "^0.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"brfs": "1.2.0",
|
|
"browserify": "~6.3.3",
|
|
"chai": "~1.10.0",
|
|
"closure-compiler-jar": "git://github.com/eordano/closure-compiler-jar.git",
|
|
"gulp": "^3.8.10",
|
|
"gulp-bump": "^0.1.11",
|
|
"gulp-closure-compiler": "^0.2.9",
|
|
"gulp-coveralls": "^0.1.3",
|
|
"gulp-git": "^0.5.5",
|
|
"gulp-jshint": "^1.9.0",
|
|
"gulp-mocha": "^2.0.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-shell": "^0.2.10",
|
|
"gulp-uglify": "^1.0.2",
|
|
"gulp-util": "=3.0.1",
|
|
"istanbul": "^0.3.5",
|
|
"jsdoc": "^3.3.0-alpha11",
|
|
"jsdoc-to-markdown": "=0.5.9",
|
|
"karma": "^0.12.28",
|
|
"karma-chrome-launcher": "^0.1.7",
|
|
"karma-detect-browsers": "^0.1.3",
|
|
"karma-firefox-launcher": "^0.1.3",
|
|
"karma-mocha": "^0.1.9",
|
|
"mocha": "~2.0.1",
|
|
"more-fs": "=0.5.0",
|
|
"plato": "^1.3.0",
|
|
"run-sequence": "^1.0.2",
|
|
"sinon": "^1.12.2",
|
|
"through2": "=0.6.3",
|
|
"zuul": "1.16.3"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|