57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "flosight-api",
|
|
"description": "A Florincoin blockchain REST and web socket API service for Flocore Node.",
|
|
"version": "5.1.1-beta-rm",
|
|
"repository": "git://github.com/ranchimall/flosight-api.git",
|
|
"bugs": {
|
|
"url": "https://github.com/ranchimall/flosight-api/issues"
|
|
},
|
|
"homepage": "https://github.com/ranchimall/flosight-api",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flosight",
|
|
"flosight api",
|
|
"blockchain",
|
|
"florincoin api",
|
|
"blockchain api",
|
|
"json",
|
|
"flocore"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha -R spec --recursive",
|
|
"regtest": "mocha -R spec regtest",
|
|
"perf": "mocha -R spec perf"
|
|
},
|
|
"main": "lib",
|
|
"flocoreNode": "lib",
|
|
"dependencies": {
|
|
"JSONStream": "^1.3.1",
|
|
"async": "*",
|
|
"fcoin": "^1.1.1",
|
|
"flocore-lib": "^0.15.2",
|
|
"flocore-message": "^1.0.7",
|
|
"body-parser": "^1.13.3",
|
|
"compression": "^1.6.1",
|
|
"lodash": "^2.4.1",
|
|
"lru-cache": "^4.1.1",
|
|
"morgan": "^1.7.0",
|
|
"request": "^2.64.0"
|
|
},
|
|
"devDependencies": {
|
|
"florincoind-rpc": "0.7.1",
|
|
"flocore-p2p": "^5.0.0-beta.8",
|
|
"chai": "^3.5.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^2.4.5",
|
|
"proxyquire": "^1.7.2",
|
|
"rimraf": "^2.6.1",
|
|
"should": "^8.3.1",
|
|
"sinon": "^1.10.3",
|
|
"@angular/cli": "^1.7.3",
|
|
"npm-run-all": "^4.0.2"
|
|
}
|
|
}
|