flocore
Version:
A platform to build Florincoin and blockchain-based applications.
51 lines (50 loc) • 1.04 kB
JSON
{
"name": "flocore",
"version": "5.0.0-beta.50",
"description": "A platform to build Florincoin and blockchain-based applications.",
"engines": {
"node": ">=8.0.0"
},
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/** --recursive",
"build-deb": "./scripts/build-deb"
},
"bin": {
"flocore": "./bin/flocore",
"flocored": "./bin/flocored"
},
"keywords": [
"flo",
"florincoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
],
"repository": {
"type": "git",
"url": "https://github.com/oipwg/flocore.git"
},
"dependencies": {
"flocore-lib": "0.15.1",
"flocore-node": "5.0.0-beta.69",
"flosight-api": "^5.0.0-beta.67",
"flosight-ui": "^5.0.0-beta.71"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}