forked from slavik0329/orbit-db-access-controllers
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.3 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
{
"name": "orbit-db-access-controllers",
"version": "0.2.5",
"description": "Access Controllers for OrbitDB",
"keywords": [
"orbit",
"orbitdb"
],
"main": "index.js",
"scripts": {
"test": "TEST=all mocha",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbitdb/orbit-db-access-controllers.git"
},
"contributors": [
"shamb0t",
"haadcode",
"latenssi",
"adam-palazzo",
"RichardLitt"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/orbitdb/orbit-db-access-controllers/issues"
},
"homepage": "https://github.com/orbitdb/orbit-db-access-controllers#readme",
"dependencies": {
"orbit-db-io": "^0.2.0",
"p-map-series": "^1.0.0"
},
"devDependencies": {
"@colony/purser-software": "^1.1.2",
"datastore-level": "~0.12.0",
"ganache-cli": "^6.3.0",
"go-ipfs-dep": "0.4.19",
"ipfs": "~0.39.0",
"ipfs-repo": "~0.26.6",
"ipfsd-ctl": "~0.42.4",
"mocha": "^5.2.0",
"orbit-db": "~0.21.4",
"orbit-db-identity-provider": "~0.1.0",
"orbit-db-keystore": "~0.2.1",
"standard": "^14.1.0",
"web3": "1.0.0-beta.37"
},
"standard": {
"env": [
"mocha"
]
},
"localMaintainers": [
"shamb0t <shams@haja.io>",
"hajamark <mark@haja.io>"
]
}