-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.47 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
{
"name": "dwebstore",
"version": "2.0.0",
"description": "Module for efficiently storing and replicating multiple sets of interlinked dDatabases.",
"main": "index.js",
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DistributedWeb/dwebstore.git"
},
"keywords": [
"dwebstore"
],
"author": "Peeps Labs <peepslabs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DistributedWeb/dwebstore/issues"
},
"homepage": "https://github.com/DistributedWeb/dwebstore#readme",
"devDependencies": {
"random-access-file": "^2.1.4",
"random-access-memory": "^3.1.1",
"standard": "^12.0.1",
"tape": "^4.10.1"
},
"dependencies": {
"call-me-maybe": "^1.0.1",
"dwebx-encoding": "git://github.com/DistributedWeb/dwebx-encoding.git#adbab1965b1152c3a7252ca01807e9744c713398",
"derive-key": "^1.0.0",
"derived-key-storage": "^2.1.0",
"fd-lock": "^1.0.2",
"ddatabase": "git://github.com/DistributedWeb/ddatabase.git#e867bd75ce31098ac45e3348fdd6b1d716024e93",
"ddatabase-crypto": "git://github.com/DistributedWeb/ddatabase-crypto.git#cb6ad0a594998b258fe62531643c66cab1e9fd9e",
"ddatabase-protocol": "git://github.com/DistributedWeb/ddatabase-protocol.git#c8fc78683af50435c5c8c995d55a77c1b52cb127",
"nanoresource": "git://github.com/DistributedWeb/nanoresource.git#5da8c3be3ce40614eb6ad5025200a5e9adcb1cc3",
"refpool": "^1.2.0"
}
}