-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "tutorials",
"version": "1.0.0",
"description": "Interledger tutorials",
"main": "pay.js",
"dependencies": {
"ilp-packet": "^1.3.0",
"ilp-plugin-payment-channel-framework": "^1.2.0",
"ilp-plugin-xrp-escrow": "github:michielbdejong/ilp-plugin-xrp-escrow#72e4178",
"koa": "^2.3.0",
"koa-ilp": "0.0.1",
"koa-router": "^7.2.1",
"node-fetch": "^1.7.3",
"uuid": "^3.1.0"
},
"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": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/interledger/tutorials.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/interledger/tutorials/issues"
},
"homepage": "https://github.com/interledger/tutorials#readme"
}