-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "interfaucet",
"version": "3.4.1",
"description": "Connector used for https://github.com/interledger/interledger/wiki/Interledger-over-CLP",
"main": "src/index.js",
"dependencies": {
"btp-packet": "^1.1.0",
"debug": "^3.1.0",
"greenlock": "^2.1.17",
"ilp-packet": "^1.5.0",
"ilp-plugin-btp-client": "^1.2.0",
"le-acme-core": "^2.1.1",
"le-challenge-fs": "^2.0.8",
"le-store-certbot": "^2.0.5",
"uuid": "^3.1.0",
"ws": "^3.3.1"
},
"devDependencies": {
"chai": "^4.1.1",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.4.1"
},
"scripts": {
"lint": "eslint .",
"test": "mocha",
"start": "node index.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interledgerjs/interfaucet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/interledgerjs/interfaucet/issues"
},
"homepage": "https://github.com/interledgerjs/interfaucet#readme"
}