UNPKG

tealcoin-explorer-api

Version:
38 lines (37 loc) 872 B
{ "name": "tealcoin-explorer-api", "version": "1.1.2", "description": "Module to query blockchain apis for Tealcoin.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/tealcoin-project/tealcoin-explorer-api.git" }, "keywords": [ "tealcoin", "litecore", "bitcore", "explorer", "insight" ], "author": { "name": "BitPay" }, "license": "MIT", "bugs": { "url": "https://github.com/tealcoin-project/tealcoin-explorer-api/issues" }, "browser": { "request": "browser-request" }, "homepage": "https://github.com/tealcoin-project/tealcoin-explorer-api", "dependencies": { "litecore-tealcoin-lib": "^0.13.14", "bip38": "^2.0.0", "browser-request": "^0.3.3", "request": "^2.51.0" } }