-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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": "superagent-ilp",
"version": "0.3.0",
"description": "Superagent extension for ILP HTTP micropayments",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justmoon/superagent-ilp.git"
},
"keywords": [
"micropayment",
"ilp",
"interledger",
"402",
"http",
"pay",
"payment",
"money"
],
"author": "Stefan Thomas <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/justmoon/superagent-ilp/issues"
},
"homepage": "https://github.com/justmoon/superagent-ilp#readme",
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"ilp-plugin": "^3.0.0",
"ilp-plugin-btp": "github:interledgerjs/ilp-plugin-btp",
"koa-bodyparser": "^4.2.0",
"superagent": "^3.8.2"
},
"dependencies": {
"ilp": "interledgerjs/ilp#refactor/st-lpi2",
"ilp-compat-plugin": "^2.0.3",
"ilp-protocol-psk2": "^0.3.0"
}
}