change name to insight-ui, remove dependency on insight-api
This commit is contained in:
parent
1d70f0196c
commit
a9828d8539
@ -17,6 +17,10 @@ InsightUI.prototype.start = function(callback) {
|
|||||||
setImmediate(callback);
|
setImmediate(callback);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
InsightUI.prototype.getRoutePrefix = function() {
|
||||||
|
return 'insight';
|
||||||
|
};
|
||||||
|
|
||||||
InsightUI.prototype.setupRoutes = function(app, express) {
|
InsightUI.prototype.setupRoutes = function(app, express) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "insight-bitcore",
|
"name": "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 bitcoin network and build your own services with it.",
|
"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 bitcoin network and build your own services with it.",
|
||||||
"version": "0.2.7",
|
"version": "0.2.7",
|
||||||
"repository": "git://github.com/bitpay/insight.git",
|
"repository": "git://github.com/bitpay/insight.git",
|
||||||
@ -38,12 +38,8 @@
|
|||||||
"bitcore",
|
"bitcore",
|
||||||
"front-end"
|
"front-end"
|
||||||
],
|
],
|
||||||
"scripts": {
|
|
||||||
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api"
|
|
||||||
},
|
|
||||||
"bitcoreNode": "bitcore-node",
|
"bitcoreNode": "bitcore-node",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"insight-bitcore-api": ">=0.2.14"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bower": "~1.2.8",
|
"bower": "~1.2.8",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user