UNPKG

escrow-bitcoin

Version:

A service to make possible escrow transactions using BTC (Bitcoin)

34 lines 887 B
{ "name": "escrow-bitcoin", "version": "0.0.6", "description": "A service to make possible escrow transactions using BTC (Bitcoin)", "main": "index.js", "scripts": { "test": "cross-env NODE_ENV=test nyc --reporter=text-summary mocha --timeout 6000 --reporter spec --recursive --throw-deprecation" }, "repository": { "type": "git", "url": "git+https://github.com/letsfair/escrow-bitcoin.git" }, "keywords": [ "escrow", "bitcoin", "service", "bitcoin-wallet", "api" ], "author": "letsfair", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/letsfair/escrow-bitcoin/issues" }, "homepage": "https://github.com/letsfair/escrow-bitcoin#readme", "devDependencies": { "cross-env": "^5.1.4", "mocha": "^5.1.0", "nyc": "^11.6.0" }, "dependencies": { "bitcore-explorers": "^1.0.1" } }