UNPKG

insight-grlc-api

Version:

A Garlicoin blockchain REST and web socket API service for Garlicore Node.

47 lines (46 loc) 1.13 kB
{ "name": "insight-grlc-api", "description": "A Garlicoin blockchain REST and web socket API service for Garlicore Node.", "version": "0.4.15", "repository": "git://github.com/garlicoin-project/insight-grlc-api.git", "bugs": { "url": "https://github.com/garlicoin-project/insight-grlc-api/issues" }, "homepage": "https://github.com/garlicoin-project/insight-grlc-api", "license": "MIT", "keywords": [ "insight", "insight api", "blockchain", "garliccoin api", "blockchain api", "json", "litecore" ], "engines": { "node": ">=0.12.0" }, "scripts": { "test": "NODE_ENV=test mocha -R spec --recursive" }, "main": "lib", "bitcoreNode": "lib", "dependencies": { "async": "*", "garlicore-lib": "^0.1.4", "garlicore-message": "^1.0.7", "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" } }