-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "easy-connector-bundle",
"version": "1.5.0",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Dino Rodriguez <[email protected]>",
"license": "UNLICENSED",
"bin": {
"ecb": "./bin/global.js"
},
"dependencies": {
"dotenv": "^7.0.0",
"ilp-connector": "^22.2.0",
"ilp-plugin-btp": "^1.3.7",
"ilp-plugin-http": "^1.2.1",
"ilp-plugin-mini-accounts": "^4.0.2",
"ilp-plugin-xrp-asym-server": "^1.8.0",
"ilp-plugin-xrp-paychan": "^2.4.1",
"ilp-protocol-spsp": "^2.2.0",
"ilp-protocol-stream": "^1.8.9",
"inquirer": "^6.2.2",
"koa": "^2.7.0",
"memdown": "^4.0.0",
"moneyd-gui": "^0.1.2",
"node-fetch": "^2.3.0",
"reduct": "^3.3.1",
"ripple-address-codec": "^2.0.1",
"ripple-keypairs": "^0.11.0",
"riverpig": "^1.1.4",
"yargs": "^13.2.2"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"description": ""
}