forked from interledger-deprecated/five-bells-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "five-bells-demo",
"version": "1.4.1",
"author": "Ripple <[email protected]>",
"description": "Demo of Five Bells payments",
"keywords": [
"interledger",
"five-bells",
"ilp"
],
"repository": {
"type": "git",
"url": "https://github.com/interledgerjs/five-bells-demo.git"
},
"scripts": {
"lint": "eslint .",
"start": "rm -f data/*.sqlite ; node index.js"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"co": "^4.6.0",
"co-request": "^1.0.0",
"five-bells-ledger": "~19.4.0",
"five-bells-service-manager": "~5.3.0",
"five-bells-visualization": "~7.0.0",
"ilp": "~7.1.0",
"ilp-connector": "~12.4.3",
"ilp-plugin-bells": "^9.2.1",
"lodash": "^4.11.1",
"multiplexer": "^1.4.1",
"randomgraph": "^0.1.3",
"sqlite3": "^3.1.3"
},
"devDependencies": {
"eslint": "^3.11.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
}
}