79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"name": "insight-api",
|
|
"description": "A Bitcoin blockchain REST and web socket API service for Bitcore Node.",
|
|
"version": "0.3.2",
|
|
"repository": "git://github.com/bitpay/insight-api.git",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Braydon Fuller",
|
|
"email": "braydon@bitpay.com"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/bitpay/insight-api/issues"
|
|
},
|
|
"homepage": "https://github.com/bitpay/insight-api",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"insight",
|
|
"insight api",
|
|
"blockchain",
|
|
"bitcoin api",
|
|
"blockchain api",
|
|
"json",
|
|
"bitcore"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha -R spec --recursive"
|
|
},
|
|
"main": "lib",
|
|
"bitcoreNode": "lib",
|
|
"dependencies": {
|
|
"async": "*",
|
|
"bitcore-lib": "^0.13.7",
|
|
"bitcore-message": "^1.0.1",
|
|
"body-parser": "^1.13.3",
|
|
"lodash": "^2.4.1",
|
|
"lru-cache": "^4.0.1",
|
|
"request": "^2.64.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"mocha": "~1.16.2",
|
|
"proxyquire": "^1.7.2",
|
|
"should": "^2.1.1",
|
|
"sinon": "^1.10.3"
|
|
}
|
|
}
|