update package info;

This commit is contained in:
Matias Alejo Garcia 2014-03-20 14:19:27 -03:00
parent c3339dc4d6
commit 6579d6c938
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "insight-bitcore-api",
"description": "An open-source bitcoin blockchain 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.4",
"version": "0.1.5",
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
@ -50,7 +50,7 @@
"start": "node node_modules/grunt-cli/bin/grunt"
},
"dependencies": {
"bitcore": "git://github.com/bitpay/bitcore.git",
"bitcore": "~0.1.8",
"base58-native": "0.1.2",
"async": "*",
"leveldown": "*",