bitcore-lib-rapture
Version:
A pure and powerful JavaScript Rapture library.
114 lines (113 loc) • 2.33 kB
JSON
{
"name": "bitcore-lib-rapture",
"version": "0.16.6",
"description": "A pure and powerful JavaScript Rapture library.",
"author": "RaptureDev <rapturecoredev@gmail.com>",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"contributors": [
{
"name": "RaptureCore Dev"
},
{
"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"
},
{
"name": "UdjinM6",
"email": "UdjinM6@gmail.com"
},
{
"name": "Alex Werner",
"email": "alex@werner.fr"
},
{
"name": "tom_ua"
}
],
"keywords": [
"rapture",
"transaction",
"address",
"ecies",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig",
"charity",
"charitynode",
"rapturecore"
],
"repository": {
"type": "git",
"url": "https://github.com/RaptureCore/bitcore-lib-rapture.git"
},
"bugs": {
"url": "https://github.com/RaptureCore/bitcore-lib-rapture/issues"
},
"homepage": "https://github.com/RaptureCore/bitcore-lib-rapture",
"browser": {
"request": "browser-request"
},
"dependencies": {
"bn.js": "=4.11.8",
"bs58": "=4.0.1",
"buffer-compare": "=1.1.1",
"elliptic": "=6.4.0",
"inherits": "=2.0.1",
"lodash": "=4.17.4"
},
"devDependencies": {
"bitcore-build-rapture": "RaptureCore/bitcore-build-rapture",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.13.0"
},
"license": "MIT"
}