UNPKG

ilp-core

Version:

ILP core module managing ledger abstraction

73 lines (72 loc) 1.85 kB
{ "name": "ilp-core", "version": "14.0.1", "description": "ILP core module managing ledger abstraction", "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-core.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-core/issues" }, "homepage": "https://github.com/interledgerjs/ilp-core#readme", "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "co-mocha": "^1.1.2", "cz-conventional-changelog": "^1.1.6", "eslint": "^2.11.1", "eslint-config-standard": "^5.3.1", "eslint-plugin-promise": "^1.3.1", "eslint-plugin-standard": "^1.3.2", "five-bells-integration-test-loader": "^1.0.0", "ghooks": "^1.2.1", "istanbul": "^0.4.3", "mocha": "^2.5.3", "mock-require": "^1.3.0", "sinon": "^1.17.4", "validate-commit-msg": "^2.6.1" }, "config": { "ghooks": { "commit-msg": "validate-commit-msg" }, "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "five-bells-integration-test-loader": { "module": "five-bells-integration-test", "repo": "interledgerjs/five-bells-integration-test" } }, "dependencies": { "bignumber.js": "^2.3.0", "co": "^4.6.0", "debug": "^2.2.0", "eventemitter2": "^2.0.0", "ilp-packet": "~1.1.1", "ilp-routing": "^7.0.0", "lodash": "^4.13.1", "uuid": "^2.0.2" } }