UNPKG

vb-insight-ui

Version:

A bitcoin block explorer and AP customized for VB.

35 lines (34 loc) 872 B
{ "name": "vb-insight-ui", "description": "A bitcoin block explorer and AP customized for VB.", "version": "1.0.0", "repository": "git://github.com/vaultbank/insight.git", "bugs": { "url": "https://github.com/vaultbank/insight/issues" }, "homepage": "https://github.com/vaultbank/insight", "license": "MIT", "keywords": [ "insight", "insight-ui", "blockchain", "block explorer", "bitcoin", "bitcore", "API" ], "bitcoreNode": "bitcore-node", "scripts": { "postinstall": "run-s install-app", "install-app": "cd app && npm install", "start": "run-s watch-app", "watch-app": "cd app && npm start", "test": "cd app && ng test --code-coverage", "test:ci": "cd app && npm run test:ci" }, "dependencies": {}, "devDependencies": { "@angular/cli": "^1.7.3", "npm-run-all": "^4.0.2" } }