71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "flocore-node",
|
|
"description": "Full node with extended capabilities using Flocore and Florincoin Core",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"author": "BitPay <dev@bitpay.com>",
|
|
"version": "5.0.9-beta-rm",
|
|
"main": "./index.js",
|
|
"repository": "git://github.com/ranchimall/flocore-node.git",
|
|
"homepage": "https://github.com/ranchimall/flocore-node",
|
|
"bugs": {
|
|
"url": "https://github.com/ranchimall/flocore-node/issues"
|
|
},
|
|
"bin": {
|
|
"flocore-node": "./bin/flocore-node"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha -R spec --recursive test"
|
|
},
|
|
"tags": [
|
|
"florincoin",
|
|
"florincoind",
|
|
"bcoin",
|
|
"florincoin full node",
|
|
"florincoin index",
|
|
"block explorer",
|
|
"wallet backend"
|
|
],
|
|
"dependencies": {
|
|
"async": "^2.5.0",
|
|
"bitcoind-rpc": "^0.7.2",
|
|
"bn.js": "^4.11.8",
|
|
"body-parser": "^1.13.3",
|
|
"colors": "^1.1.2",
|
|
"commander": "^2.8.1",
|
|
"errno": "^0.1.4",
|
|
"express": "^4.13.3",
|
|
"express-ws": "^5.0.2",
|
|
"fcoin": "^1.1.4",
|
|
"flocore-lib": "^0.15.2",
|
|
"flocore-message": "^1.0.7",
|
|
"flocore-p2p": "^5.0.0-beta.8",
|
|
"florincoind-rpc": "0.7.1",
|
|
"flosight-api": "github:ranchimall/flosight-api",
|
|
"flosight-ui": "github:ranchimall/flosight-ui",
|
|
"leveldown": "^2.0.0",
|
|
"levelup": "^2.0.0",
|
|
"liftoff": "^2.2.0",
|
|
"lodash": "^4.17.12",
|
|
"lru-cache": "^4.1.1",
|
|
"mkdirp": "0.5.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"socket.io": "^1.4.5",
|
|
"socket.io-client": "^1.4.5",
|
|
"xxhash": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.9",
|
|
"istanbul": "^0.4.3",
|
|
"jshint": "^2.9.2",
|
|
"jshint-stylish": "^2.1.0",
|
|
"mocha": "^6.2.0",
|
|
"proxyquire": "^1.3.1",
|
|
"rimraf": "^2.4.2",
|
|
"sinon": "^1.15.4"
|
|
},
|
|
"license": "MIT"
|
|
}
|