forked from keppel/lotion
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.61 KB
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
51
52
53
54
55
56
57
58
59
{
"name": "lotion",
"version": "0.1.19",
"description": "smooth, easy blockchain apps. powered by tendermint consensus.",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "nyc tape test/json.js test/counter.js",
"install": "node bin/download.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"keywords": [],
"author": "Judd Keppel <kepzorz@gmail.com>",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"bytebuffer": "^5.0.1",
"cors": "^2.8.4",
"dat-swarm-defaults": "^1.0.0",
"discovery-channel": "^5.4.6",
"discovery-server": "^1.1.0",
"execa": "^0.8.0",
"express": "^4.15.4",
"express-http-proxy": "^1.0.7",
"fs-extra": "^5.0.0",
"get-port": "^3.1.0",
"google-protobuf": "^3.5.0",
"int64-buffer": "^0.1.10",
"js-wire": "~0.0.3",
"json-stable-stringify": "^1.0.1",
"jsondiffpatch": "^0.2.5",
"jsonpath": "^1.0.0",
"level": "^2.1.2",
"lodash.get": "^4.4.2",
"merk": "^1.3.1",
"node-wget": "^0.4.2",
"protobufjs": "^6.8.3",
"protocol-buffers-encodings": "^1.1.0",
"proxmise": "^1.0.0",
"signalhub": "^4.9.0",
"tendermint": "^3.1.2",
"unzip": "^0.1.11",
"varint": "git+ssh://git@github.com/AltCoinExchange/varint.git",
"varstruct": "^6.1.1",
"webrtc-swarm": "^2.9.0",
"wrtc": "^0.1.4"
},
"devDependencies": {
"all-contributors-cli": "^4.9.1",
"nyc": "^11.3.0",
"rimraf": "^2.6.2",
"tape": "^4.8.0",
"tape-promise": "^2.0.1"
}
}