UNPKG

cerebro-blockchain

Version:

Cerebro plugin to show the current bitcoin blockchain's difficulty

30 lines (29 loc) 706 B
{ "name": "cerebro-blockchain", "version": "0.1.5", "description": "Cerebro plugin to show the current bitcoin blockchain's difficulty", "license": "MIT", "dependencies": { "cerebro-tools": "^0.1.8", "cerebro-ui": "^0.0.16", "request": "^2.88.0" }, "devDependencies": { "cerebro-scripts": "0.0.25" }, "main": "dist/index.js", "keywords": [ "cerebro", "cerebro-plugin", "cerebro-blockchain", "blockchain", "blockchain.info" ], "scripts": { "start": "cerebro-scripts start", "build": "cerebro-scripts build", "test": "cerebro-scripts test", "clear": "cerebro-scripts clear", "prepublish": "npm run clear && npm run build" } }