-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
48
49
50
{
"name": "codius-host-mvp",
"version": "0.0.0",
"description": "MVP for a next-gen Codius host",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justmoon/codius-host-mvp.git"
},
"keywords": [
"codius",
"smart-contract",
"ethereum"
],
"author": "Stefan Thomas <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/justmoon/codius-host-mvp/issues"
},
"homepage": "https://github.com/justmoon/codius-host-mvp#readme",
"dependencies": {
"boom": "^7.1.1",
"canonical-json": "0.0.4",
"chalk": "^2.3.0",
"fs-extra": "^4.0.2",
"get-port": "^3.2.0",
"http-proxy": "^1.16.2",
"ilp-plugin": "^3.1.0",
"ilp-plugin-btp": "^1.1.4",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-ilp": "^1.0.0",
"koa-logger": "^3.0.1",
"koa-router": "^7.2.1",
"moment": "^2.19.1",
"reduct": "^3.1.0",
"thirty-two": "^1.0.2"
},
"devDependencies": {
"eslint": "^4.10.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"
}
}