doge-insight-api
Version:
Actinium blockchain REST and web socket API service for dogecore Node.
87 lines (86 loc) • 2.01 kB
JSON
{
"name": "doge-insight-api",
"description": "Actinium blockchain REST and web socket API service for dogecore Node.",
"version": "1.0.0",
"author": "Harris Brakmic <brakmic@gmail.com>",
"repository": "git://github.com/dogecash/doge-insight-api",
"contributors": [
{
"name": "Harris Brakmic",
"email": "brakmic@gmail.com"
},
{
"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/dogecash/doge-insight-api/issues"
},
"homepage": "https://github.com/dogecash/doge-insight-api",
"license": "MIT",
"keywords": [
"insight",
"insight api",
"blockchain",
"actinium api",
"blockchain api",
"json",
"actinium",
"dogecore"
],
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "NODE_ENV=test mocha -R spec --recursive"
},
"main": "lib",
"bitcoreNode": "lib",
"dependencies": {
"async": "*",
"dogecore-lib": "git+https://github.com/dogecash/dogecore-lib.git",
"dogecore-message": "git+https://github.com/dogecash/dogecore-message.git",
"body-parser": "^1.13.3",
"compression": "^1.6.1",
"lodash": "^2.4.1",
"lru-cache": "^4.0.1",
"morgan": "^1.7.0",
"request": "^2.64.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"proxyquire": "^1.7.2",
"should": "^8.3.1",
"sinon": "^1.10.3"
}
}