UNPKG

insight-api-alterdot

Version:

Alterdot blockchain REST and WebSocket API Service

81 lines (80 loc) 1.77 kB
{ "name": "insight-api-alterdot", "description": "Alterdot blockchain REST and WebSocket API Service", "version": "1.0.8", "repository": "git://github.com/Alterdot/insight-api-alterdot.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/Alterdot/insight-api-alterdot/issues" }, "homepage": "https://github.com/Alterdot/insight-api-alterdot", "license": "MIT", "keywords": [ "insight", "insight api", "blockchain", "alterdot api", "adot api", "blockchain api", "json", "bitcore-adot", "alterdot" ], "engines": { "node": ">=6" }, "scripts": { "test": "NODE_ENV=test mocha -R spec --recursive" }, "main": "lib/index.js", "dependencies": { "alterdot-lib": "^1.0.0", "async": "^2.6.2", "body-parser": "^1.19.0", "compression": "^1.7.4", "lodash": "^4.17.20", "lru-cache": "^5.1.1", "morgan": "^1.9.1", "request": "^2.88.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0", "proxyquire": "^1.8.0", "should": "^13.2.3", "sinon": "^7.3.2" } }