litecore-explorers
Version:
Module to query blockchain apis for Litecoin.
37 lines (36 loc) • 832 B
JSON
{
"name": "litecore-explorers",
"version": "1.0.1",
"description": "Module to query blockchain apis for Litecoin.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/block-soft/litecore-explorers"
},
"keywords": [
"litecoin",
"litecore",
"insight"
],
"author": "BitPay",
"license": "MIT",
"bugs": {
"url": "https://github.com/block-soft/litecore-explorers/issues"
},
"browser": {
"request": "browser-request"
},
"homepage": "https://github.com/block-soft/litecore-explorers",
"dependencies": {
"litecore-lib": "latest",
"browser-request": "^0.3.3",
"request": "^2.51.0"
}
}