{
"name": "ilp-kit-api",
"version": "4.0.0",
"description": "ILP kit API",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/interledgerjs/ilp-kit"
},
"author": "Interledger Team <info@interledger.org>",
"homepage": "https://github.com/interledgerjs/ilp-kit",
"keywords": [
"five-bells",
"ilp",
"ledger",
"wallet",
"ui",
"payments",
"finance"
],
"scripts": {
"test": "NODE_ENV=test node scripts/test.js",
"apidoc": "apidoc -i src/controllers/ -o apidoc-out",
"version-check": "echo 'Scanning psql version'; chmod +x ./scripts/postgres_version_check.sh; if [ $(bash ./scripts/postgres_version_check.sh) = 'false' ]; then echo 'Postgres PSQL Version out of date, please upgrade to 9.5 or newer'; exit 126; fi;",
"start": "npm run version-check && node scripts/api.js"
},
"dependencies": {
"apidoc": "^0.17.6",
"compare-versions": "^3.0.1",
"currency-symbol-map": "^4.0.1",
"ejs": "^2.5.7",
"email-templates": "^2.6.0",
"eslint": "4.5.0",
"five-bells-shared": "^25.1.1",
"ilp": "^11.2.2",
"ilp-connector": "^21.1.9",
"ilp-plugin-bells": "^15.0.1",
"ilp-plugin-payment-channel-framework": "~1.3.3",
"ilp-plugin-settlement-adapter": "^1.0.0",
"ilp-plugin-virtual": "^16.0.1",
"jimp": "^0.2.28",
"kcors": "^2.2.1",
"koa": "^2.3.0",
"koa-body": "^2.3.0",
"koa-mag": "^1.1.0",
"koa-passport": "^3.0.0",
"koa-router": "^7.2.1",
"koa-session": "^5.5.0",
"koa-socket-2": "^1.0.13",
"koa-static": "^4.0.1",
"koa-websocket": "^4.0.0",
"lodash": "^4.17.4",
"mag": "^0.9.1",
"mag-hub": "^0.1.1",
"moment": "^2.19.3",
"nodemailer": "^4.0.1",
"nodemailer-mailgun-transport": "^1.3.5",
"passport-github": "^1.1.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"pg": "^6.4.2",
"pg-native": "^2.0.1",
"piping": "^1.0.0-rc.4",
"reduct": "^3.1.0",
"request-ip": "^2.0.2",
"sequelize": "^4.7.5",
"superagent": "^3.5.2",
"supertest": "^3.0.0",
"umzug": "^2.0.1",
"uuid4": "^1.0.0",
"webfinger.js": "^2.6.5"
},
"devDependencies": {
"chai": "^4.1.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"nock": "^9.0.14",
"sqlite3": "^3.1.9"
}
}