matrixbitcore-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 MatrixBit network and build your own services with it.
45 lines (44 loc) • 1.38 kB
JSON
{
"name": "matrixbitcore-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 MatrixBit network and build your own services with it.",
"version": "1.8.16",
"repository": "git://github.com/matrix-pay/matrixbitcore-insight-ui.git",
"contributors": [],
"bugs": {
"url": "https://github.com/matrix-pay/matrixbitcore-insight-ui/issues"
},
"homepage": "https://github.com/matrix-pay/matrixbitcore-insight-ui",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"matrixbit",
"matrixbitcore",
"front-end",
"matrixbitcore"
],
"matrixbitcoreNode": "matrixbitcore-node",
"scripts": {
"build": "bower install && grunt compile",
"watch": "grunt",
"install-and-build": "npm install && npm run build",
"test": "mocha test"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.8.4",
"grunt": "^1.0.3",
"grunt-angular-gettext": "^2.3.14",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "*",
"grunt-css": "~0.5.4",
"grunt-macreload": "*",
"grunt-markdown": "^0.7.0",
"hoek": "^4.2.1",
"lodash": "^4.17.5"
}
}