forked from Dletta/superPeer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 851 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
{
"name": "superpeer",
"version": "0.6.0",
"description": "Persistent Gun super peer supporting HTTP and HTTPS/SSL.",
"main": "index.js",
"scripts": {
"start": "npm run server",
"start-continuous": "supervisor -t -i . index.js",
"server": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TensorTom/superPeer.git"
},
"keywords": [
"gundb",
"gunjs",
"docker",
"database",
"image"
],
"author": "TensorTom",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dletta/superPeer/issues"
},
"homepage": "https://github.com/Dletta/superPeer#readme",
"dependencies": {
"express": "^4.17.1",
"gun": "^0.2019.612",
"node-gyp": "^5.0.0",
"node-webcrypto-ossl": "^1.0.48"
}
}