This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.99 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "datagram",
"description": "Datagram is an open-source data platform that you can use to build secure shared peer-to-peer databases and data structures with anyone.",
"author": "Machian Collective <marko@machian.com>",
"version": "0.9.2",
"repository": {
"url": "git://github.com/machianists/datagram-node.git"
},
"homepage": "https://github.com/machianists/datagram-node",
"bugs": {
"url": "https://github.com/machianists/datagram-node/issues"
},
"bin": {
"dg": "./cli.js"
},
"main": "index.js",
"scripts": {
"test": "mocha --exit",
"lint": "eslint"
},
"keywords": [],
"dependencies": {
"@babel/runtime": "^7.4.2",
"@babel/runtime-corejs2": "^7.4.2",
"@hyperswarm/network": "0.0.4",
"async": "^2.6.1",
"bs58check": "^2.1.2",
"chokidar": "^2.1.2",
"commander": "^2.19.0",
"cryptodoneright": "^3.0.1",
"fs-extra": "^7.0.1",
"home": "^1.0.1",
"hyperdb": "^3.5.0",
"jsonld": "^1.5.4",
"lodash": "^4.17.11",
"msgpack5": "^4.2.1",
"msgpack5-stream": "^1.0.0",
"mutexify": "^1.2.0",
"node-gyp-build": "^3.8.0",
"parse-json": "^4.0.0",
"promised-callback": "^1.2.3",
"pump": "^3.0.0",
"random-access-memory": "^2.4.0",
"readline-sync": "^1.4.9",
"schema.org": "^3.1.1",
"schemaorg-jsd": "^0.13.1",
"streamspeed": "^1.1.1",
"superagent": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"chai": "^4.2.0",
"debug": "^4.1.0",
"eslint": "^5.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.0.2",
"pumpify": "^1.5.1",
"through2": "^3.0.1",
"tmp": "0.0.33",
"trace": "^3.1.1"
},
"license": "Apache-2.0",
"directories": {
"test": "test"
}
}