Merge pull request #428 from matiu/feature/new-bitcore

Feature/new bitcore
This commit is contained in:
Mario Colque 2014-03-10 16:12:58 -02:00
commit 7c5c90b258

View File

@ -26,7 +26,7 @@
}, },
{ {
"name": "Juan Ignacio Sosa Lopez", "name": "Juan Ignacio Sosa Lopez",
"email": "bechilandia@gmail.com" "email": "bechilandia@gmail.com"
} }
], ],
"bugs": { "bugs": {
@ -36,20 +36,17 @@
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"insight", "insight",
"secret", "blockchain",
"enigma", "blockexplorer",
"riddle", "bitcoin",
"mystification", "bitcore",
"puzzle",
"conundrum",
"client",
"front-end" "front-end"
], ],
"scripts": { "scripts": {
"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": "git://github.com/bitpay/insight-api.git" "insight-bitcore-api": "~0.1.4"
}, },
"devDependencies": { "devDependencies": {
"bower": "~1.2.8", "bower": "~1.2.8",