-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
43
44
45
46
47
{
"name": "ilp-plugin-xrp-paychan",
"version": "2.4.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exit",
"integration": "nyc --clean false mocha test/integration --",
"lint": "standard",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json"
},
"author": "",
"license": "ISC",
"devDependencies": {
"byline": "^5.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"child-process-promise": "^2.2.1",
"co-mocha": "^1.2.0",
"codecov": "^3.1.0",
"ilp-packet": "^3.0.8",
"mocha": "^5.2.0",
"nock": "^9.0.20",
"node-cleanup": "^2.1.2",
"nyc": "^13.1.0",
"proxyquire": "^1.8.0",
"sinon": "^4.1.3",
"sinon-chai": "^2.13.0",
"standard": "^11.0.1",
"through2": "^2.0.3"
},
"dependencies": {
"bignumber.js": "^7.0.2",
"btp-packet": "^2.2.0",
"debug": "^3.1.0",
"ilp-logger": "^1.1.3",
"ilp-plugin-btp": "^1.3.6",
"ilp-plugin-xrp-paychan-shared": "^4.1.0",
"ilp-store-memory": "^1.0.0",
"ripple-lib": "^0.22.0",
"tweetnacl": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:ripple/ilp-plugin-xrp-paychan.git"
}
}