forked from dapphub/klab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 896 Bytes
/
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": "neww",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cycle/run": "^4.1.0",
"async": "^2.6.1",
"aws-sdk": "^2.320.0",
"blessed": "^0.1.81",
"bn.js": "^4.11.8",
"chalk": "^2.3.2",
"clear": "^0.1.0",
"cli-clear": "^1.0.4",
"cli-color": "^1.2.0",
"cycle-onionify": "^5.0.0",
"deep-equal": "^1.0.1",
"docopt": "^0.6.2",
"fs-extra": "^6.0.1",
"ini": "^1.3.5",
"jsondiffpatch": "^0.3.9",
"keccak": "^1.4.0",
"lodash": "^4.17.5",
"marked": "^0.5.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"rimraf": "^2.6.2",
"tail-stream": "^0.3.4",
"tree-kill": "^1.2.0",
"websocket": "^1.0.26",
"xml2json": "^0.11.2",
"xstream": "^11.3.0"
}
}