five-bells-routing
Version:
ILP routing layer utilities
61 lines (60 loc) • 1.35 kB
JSON
{
"name": "five-bells-routing",
"version": "4.0.0",
"description": "ILP routing layer utilities",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"code42day-vis-why": "^1.0.3",
"debug": "^2.2.0",
"lodash": "^4.14.1"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.6",
"eslint": "^2.6.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"ghooks": "^1.2.1",
"mocha": "^2.4.5",
"sinon": "^1.17.4",
"validate-commit-msg": "^2.6.1"
},
"scripts": {
"lint": "eslint .",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/interledger/five-bells-routing.git"
},
"keywords": [
"ilp",
"interledger",
"routing",
"pathfinding",
"route",
"liquidity",
"rate",
"quote",
"quoting",
"price",
"exchange"
],
"author": "Interledger Team <info@interledger.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/interledger/five-bells-routing/issues"
},
"homepage": "https://github.com/interledger/five-bells-routing",
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}