UNPKG

@rahlfantasy/block-explorer

Version:
62 lines (61 loc) 1.52 kB
{ "name": "@rahlfantasy/block-explorer", "version": "1.1.0", "description": "QRL block explorer", "main": "index.js", "dependencies": { "@babel/runtime": "^7.9.2", "@theqrl/explorer-helpers": "^0.2.5", "@theqrl/validate-qrl-address": "^3.0.0", "babel-runtime": "^6.26.0", "bech32": "^1.1.3", "bignumber.js": "^9.0.0", "core-js": "^3.6.5", "crypto": "^1.0.1", "crypto-js": "^3.3.0", "es5-shim": "^4.5.14", "fs": "0.0.1-security", "grpc": "^1.24.2", "jquery-qrcode": "^1.0.0", "json-formatter-js": "^2.3.4", "mathjs": "^4.4.2", "meteor-babel-helpers": "0.0.3", "meteor-node-stubs": "^0.3.3", "minimist": "^1.2.5", "path": "^0.12.7", "sha512": "0.0.1", "tmp": "0.0.33" }, "private": false, "repository": { "type": "git", "url": "git+https://github.com/theQRL/block-explorer.git" }, "keywords": [ "QRL", "blockchain" ], "author": "QRL contributors", "license": "MIT", "bugs": { "url": "https://github.com/theQRL/block-explorer/issues" }, "homepage": "https://github.com/theQRL/block-explorer#readme", "devDependencies": { "autoprefixer": "^6.7.7", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-import-resolver-meteor": "^0.4.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-meteor": "^6.0.0" }, "postcss": { "plugins": { "autoprefixer": { "browsers": [ "last 2 versions" ] } } } }