update dependencies

This commit is contained in:
Matias Alejo Garcia 2014-04-17 10:46:46 -03:00
parent 112e1427bd
commit 4ed93d9105
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "insight-bitcore", "name": "insight-bitcore",
"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.1.8", "version": "0.1.9",
"author": { "author": {
"name": "Ryan X Charles", "name": "Ryan X Charles",
"email": "ryan@bitpay.com" "email": "ryan@bitpay.com"
@ -47,7 +47,7 @@
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js" "start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js"
}, },
"dependencies": { "dependencies": {
"insight-bitcore-api": "~0.1.8" "insight-bitcore-api": "~0.1.9"
}, },
"devDependencies": { "devDependencies": {
"bower": "~1.2.8", "bower": "~1.2.8",