UNPKG

@axerunners/insight-ui

Version:

An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Axe network and build your own services with it.

50 lines (49 loc) 1.59 kB
{ "name": "@axerunners/insight-ui", "description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Axe network and build your own services with it.", "version": "3.0.0", "repository": "git://github.com/axerunners/insight-ui.git", "bugs": { "url": "https://github.com/axerunners/insight-ui/issues" }, "homepage": "https://github.com/axerunners/insight-ui", "license": "MIT", "keywords": [ "insight", "blockchain", "blockexplorer", "axe", "bitcore-axe", "front-end", "axecore" ], "axecoreNode": "axecore-node", "scripts": { "build": "bower install && grunt compile", "watch": "grunt", "lint": "eslint .", "install-and-build": "npm install && npm run build", "test": "webdriver-manager update && (webdriver-manager start > webdriver.log 2>&1 &) && sleep 30 && protractor ./test/e2e/conf.js", "prepublishOnly": "npm run build" }, "dependencies": {}, "devDependencies": { "bower": "~1.8.8", "grunt": "~0.4.2", "grunt-angular-gettext": "^0.2.15", "grunt-cli": "~1.3.2", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-jshint": "~2.0.0", "grunt-contrib-uglify": "~4.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-css": "~0.5.4", "grunt-macreload": "*", "grunt-markdown": "~0.7.0", "mocha": "^6.1.3", "chai": "^4.2.0", "protractor": "5.4.4", "eslint": "^5.6.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.13.0" } }