rename to bitcored

This commit is contained in:
Manuel Araoz 2015-02-05 14:09:50 -03:00
parent 22cc5e173a
commit 3e90fd420a
2 changed files with 7 additions and 19 deletions

View File

@ -1,12 +1,9 @@
{
"name": "insight-bitcore-api",
"name": "bitcored",
"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.2.12",
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
},
"repository": "git://github.com/bitpay/insight-api.git",
"version": "0.0.1",
"author": "BitPay <dev@bitpay.com>",
"repository": "git://github.com/bitpay/bitcored.git",
"contributors": [
{
"name": "Matias Alejo Garcia",
@ -34,23 +31,14 @@
}
],
"bugs": {
"url": "https://github.com/bitpay/insight-api/issues"
"url": "https://github.com/bitpay/bitcored/issues"
},
"homepage": "https://github.com/bitpay/insight-api",
"homepage": "https://github.com/bitpay/bitcored",
"license": "MIT",
"keywords": [
"insight",
"insight api",
"blockchain",
"bitcoin api",
"blockchain api",
"json",
"bitcoin",
"bitcore"
],
"engines": {
"node": "*"
},
"bin": "insight.js",
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt"
},