ilp-plugin-payment-channel-framework
Version:
ILP virtual ledger plugin for directly transacting connectors
79 lines (78 loc) • 2.2 kB
JSON
{
"name": "ilp-plugin-payment-channel-framework",
"version": "1.3.5",
"description": "ILP virtual ledger plugin for directly transacting connectors",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "istanbul test -- _mocha",
"integration": "integration-loader && integration all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interledgerjs/ilp-plugin-payment-channel-framework.git"
},
"keywords": [
"virtual",
"trustline",
"ripple",
"ledgerless",
"trust",
"connector",
"ilp",
"interledger",
"payment",
"financial"
],
"author": "Interledger Team <info@interledger.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/interledgerjs/ilp-plugin-payment-channel-framework/issues"
},
"homepage": "https://github.com/interledgerjs/ilp-plugin-payment-channel-framework#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"co-mocha": "^1.1.3",
"cz-conventional-changelog": "^1.1.6",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"five-bells-integration-test-loader": "^1.3.0",
"ghooks": "^1.2.1",
"ilp-plugin-tests": "^1.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"sinon": "^3.2.1",
"uuid": "^2.0.2",
"validate-commit-msg": "^2.6.1"
},
"dependencies": {
"base64url": "^2.0.0",
"bignumber.js": "^2.3.0",
"btp-packet": "git+https://github.com/interledgerjs/btp-packet.git",
"debug": "^2.2.0",
"deep-equal": "^1.0.1",
"eventemitter2": "^2.2.0",
"ilp-packet": "^1.2.0",
"int64": "0.0.5",
"superagent": "^3.5.2",
"uuid4": "^1.0.0",
"ws": "^3.2.0"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"five-bells-integration-test-loader": {
"module": "ilp-plugin-integration-test",
"repo": "dappelt/ilp-plugin-integration-test"
}
}
}