stellar-federation-resolver-node
Version:
NodeJS implementation of the Stellar Federation protocol. Modular, framework-agnostic, with multi-database support.
40 lines (39 loc) • 1.08 kB
JSON
{
"name": "stellar-federation-resolver-node",
"description": "NodeJS implementation of the Stellar Federation protocol. Modular, framework-agnostic, with multi-database support.",
"version": "0.2.2",
"author": "Astro, GFT Network <astro@gft.network>",
"license": "MIT",
"main": "src/index",
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"stellar",
"federation protocol"
],
"homepage": "https://github.com/GFTNetwork/stellar-federation-resolver-node",
"repository": {
"type": "git",
"url": "https://github.com/GFTNetwork/stellar-federation-resolver-node.git"
},
"bugs": {
"url": "https://github.com/GFTNetwork/stellar-federation-resolver-node/issues"
},
"dependencies": {
"stellar-base": "^0.7.4",
"stellar-sdk": "^0.7.3",
"toml": "^2.3.0"
},
"devDependencies": {
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"mocha": "^3.4.2",
"proxyquire": "^1.8.0",
"sinon": "^2.3.8",
"sinon-chai": "^2.12.0"
}
}