From 645da13bee9d5802c12cdfa4eb5f812dfc8392de Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 10 Mar 2014 13:03:59 -0300 Subject: [PATCH] update package json --- package.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 4188f83..e2f7ce5 100644 --- a/package.json +++ b/package.json @@ -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.3", + "version": "0.1.4", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" @@ -36,13 +36,11 @@ "license": "MIT", "keywords": [ "insight", - "secret", - "enigma", - "riddle", - "mystification", - "puzzle", - "conundrum", - "api", + "insight api", + "blockchain", + "bitcoin api", + "blockchain api", + "json", "bitcore" ], "engines": { @@ -52,6 +50,7 @@ "start": "node node_modules/grunt-cli/bin/grunt" }, "dependencies": { + "bitcore": "~0.1.6", "base58-native": "0.1.2", "async": "*", "leveldown": "*", @@ -67,7 +66,6 @@ "moment": "~2.5.0", "sinon": "~1.7.3", "chai": "~1.8.1", - "bitcore": "git://github.com/bitpay/bitcore.git", "bufferput": "git://github.com/bitpay/node-bufferput.git", "xmlhttprequest": "~1.6.0" },