UNPKG

insight-ui-alterdot

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 Alterdot network and build your own services with it.

77 lines (76 loc) 2.2 kB
{ "name": "insight-ui-alterdot", "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 Alterdot network and build your own services with it.", "version": "1.0.10", "repository": "git://github.com/Alterdot/insight-ui-alterdot.git", "contributors": [ { "name": "Matias Alejo Garcia", "email": "ematiu@gmail.com" }, { "name": "Manuel Araoz", "email": "manuelaraoz@gmail.com" }, { "name": "Mario Colque", "email": "colquemario@gmail.com" }, { "name": "Gustavo Cortez", "email": "cmgustavo83@gmail.com" }, { "name": "Juan Ignacio Sosa Lopez", "email": "bechilandia@gmail.com" }, { "name": "Anton Suprunchuk", "email": "antouhou@gmail.com" } ], "bugs": { "url": "https://github.com/Alterdot/insight-ui-alterdot/issues" }, "homepage": "https://github.com/Alterdot/insight-ui-alterdot", "license": "MIT", "keywords": [ "insight", "blockchain", "blockexplorer", "adot", "alterdot", "bitcore-adot", "front-end" ], "alterdotNode": "alterdot-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": { "@dashevo/dp-services-ctl": "^0.14.0", "bower": "~1.8.8", "chai": "^4.2.0", "eslint": "^5.6.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.13.0", "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", "protractor": "5.4.4" } }