UNPKG

625 BJSONView Raw
1{
2 "name": "@modusbox/mojaloop-sdk-standard-components",
3 "version": "0.0.20",
4 "description": "An set of standard components for connecting to Mojaloop API enabled switches",
5 "main": "index.js",
6 "scripts": {
7 "test": "test"
8 },
9 "author": "James Bush, ModusBox Inc.",
10 "license": "Apache-2.0",
11 "licenses": [
12 {
13 "type": "Apache-2.0",
14 "url": "http://www.apache.org/licenses/LICENSE-2.0"
15 }
16 ],
17 "dependencies": {
18 "request": "^2.34",
19 "request-promise-native": "^1.0.7",
20 "base64url": "^3.0.1",
21 "ilp-packet": "2.2.0",
22 "jsonwebtoken": "^8.5.1"
23 },
24 "devDependencies": {}
25}