forked from orbitdb/orbit-db-pinner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 996 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
40
41
42
43
44
45
{
"name": "orbitdb-pinner",
"version": "0.1.2",
"description": "An orbitdb pinning service",
"main": "pinner.js",
"scripts": {
"start": "node pinner.js",
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jon-Biz/orbitdb-pinner.git"
},
"keywords": [
"ipfs",
"orbitdb",
"distributed",
"computing"
],
"author": "Jonathan El-Bizri",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jon-Biz/orbitdb-pinner/issues"
},
"standard": {
"env": "mocha"
},
"homepage": "https://github.com/Jon-Biz/orbitdb-pinner#readme",
"dependencies": {
"command-line-args": "^5.1.1",
"config": "^3.3.1",
"express": "^4.17.1",
"ipfs": "^0.43.3",
"orbit-db": "^0.24.1"
},
"devDependencies": {
"assert": "^2.0.0",
"ipfs-http-client": "^44.0.3",
"ipfsd-ctl": "^4.1.1",
"mocha": "^7.1.2",
"node-fetch": "^2.6.0",
"nyc": "^15.0.1",
"standard": "^14.3.3"
}
}