doge-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 actinium network and build your own services with it.
44 lines (43 loc) • 1.28 kB
JSON
{
"name": "doge-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 actinium network and build your own services with it.",
"version": "1.0.0",
"repository": "git://github.com/dogecash-project/doge-insight-ui.git",
"bugs": {
"url": "https://github.com/dogecash-project/doge-insight-ui/issues"
},
"homepage": "https://github.com/dogecash-project/doge-insight-ui",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"actinium",
"dogecore",
"front-end"
],
"bitcoreNode": "dogecore-node",
"insightConfig": {
"apiPrefix": "api",
"routePrefix": ""
},
"scripts": {
"build": "bower install --force && grunt compile",
"watch": "grunt"
},
"dependencies": {},
"devDependencies": {
"bower": "~1.8.0",
"grunt": "~0.4.2",
"grunt-angular-gettext": "^0.2.15",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "*",
"grunt-css": "~0.5.4",
"grunt-macreload": "*",
"grunt-markdown": "~0.5.0",
"grunt-replace": "^1.0.1"
}
}