rename to bitcored
This commit is contained in:
parent
22cc5e173a
commit
3e90fd420a
26
package.json
26
package.json
@ -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.",
|
"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",
|
"version": "0.0.1",
|
||||||
"author": {
|
"author": "BitPay <dev@bitpay.com>",
|
||||||
"name": "Ryan X Charles",
|
"repository": "git://github.com/bitpay/bitcored.git",
|
||||||
"email": "ryan@bitpay.com"
|
|
||||||
},
|
|
||||||
"repository": "git://github.com/bitpay/insight-api.git",
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Matias Alejo Garcia",
|
"name": "Matias Alejo Garcia",
|
||||||
@ -34,23 +31,14 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bugs": {
|
"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",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"insight",
|
"bitcoin",
|
||||||
"insight api",
|
|
||||||
"blockchain",
|
|
||||||
"bitcoin api",
|
|
||||||
"blockchain api",
|
|
||||||
"json",
|
|
||||||
"bitcore"
|
"bitcore"
|
||||||
],
|
],
|
||||||
"engines": {
|
|
||||||
"node": "*"
|
|
||||||
},
|
|
||||||
"bin": "insight.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node node_modules/grunt-cli/bin/grunt"
|
"start": "node node_modules/grunt-cli/bin/grunt"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user