Merge pull request #353 from braydonf/package
Include main in package.json and other updates.
This commit is contained in:
commit
bf604e0a8f
57
package.json
57
package.json
@ -1,30 +1,38 @@
|
|||||||
{
|
{
|
||||||
"name": "insight-bitcore-api",
|
"name": "insight-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.",
|
"description": "A Bitcoin blockchain REST and web socket API service for Bitcore Node.",
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"repository": "git://github.com/bitpay/insight-api.git",
|
"repository": "git://github.com/bitpay/insight-api.git",
|
||||||
"contributors": [{
|
"contributors": [
|
||||||
"name": "Matias Alejo Garcia",
|
{
|
||||||
"email": "ematiu@gmail.com"
|
"name": "Gustavo Cortez",
|
||||||
}, {
|
"email": "cmgustavo83@gmail.com"
|
||||||
"name": "Manuel Araoz",
|
},
|
||||||
"email": "manuelaraoz@gmail.com"
|
{
|
||||||
}, {
|
"name": "Ivan Socolsky",
|
||||||
"name": "Mario Colque",
|
"email": "jungans@gmail.com"
|
||||||
"email": "colquemario@gmail.com"
|
},
|
||||||
}, {
|
{
|
||||||
"name": "Gustavo Cortez",
|
"name": "Juan Ignacio Sosa Lopez",
|
||||||
"email": "cmgustavo83@gmail.com"
|
"email": "bechilandia@gmail.com"
|
||||||
}, {
|
},
|
||||||
"name": "Juan Ignacio Sosa Lopez",
|
{
|
||||||
"email": "bechilandia@gmail.com"
|
"name": "Manuel Araoz",
|
||||||
}, {
|
"email": "manuelaraoz@gmail.com"
|
||||||
"name": "Ivan Socolsky",
|
},
|
||||||
"email": "jungans@gmail.com"
|
{
|
||||||
}, {
|
"name": "Matias Alejo Garcia",
|
||||||
"name": "Patrick Nagurny",
|
"email": "ematiu@gmail.com"
|
||||||
"email": "patrick@bitpay.com"
|
},
|
||||||
}],
|
{
|
||||||
|
"name": "Mario Colque",
|
||||||
|
"email": "colquemario@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Patrick Nagurny",
|
||||||
|
"email": "patrick@bitpay.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/bitpay/insight-api/issues"
|
"url": "https://github.com/bitpay/insight-api/issues"
|
||||||
},
|
},
|
||||||
@ -45,6 +53,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "NODE_ENV=test mocha -R spec --recursive"
|
"test": "NODE_ENV=test mocha -R spec --recursive"
|
||||||
},
|
},
|
||||||
|
"main": "lib",
|
||||||
"bitcoreNode": "lib",
|
"bitcoreNode": "lib",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "*",
|
"async": "*",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user