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