forked from byteball/obyte-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 790 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
{
"name": "obyte-explorer",
"description": "Obyte explorer",
"author": "Obyte",
"version": "0.1.0",
"main": "explorer.js",
"keywords": [
"explorer",
"obyte",
"byteball",
"DAG",
"full node"
],
"scripts": {
"start": "node explorer.js",
"minjs": "gulp"
},
"license": "MIT",
"repository": {
"url": "git://github.com/byteball/obyte-explorer.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/byteball/obyte-explorer/issues"
},
"browser": {
"request": "browser-request",
"secp256k1": "secp256k1/js"
},
"dependencies": {
"async": "^2.1.5",
"cors": "^2.8.5",
"express": "^4.14.0",
"ocore": "git+https://github.com/byteball/ocore.git",
"socket.io": "^4.5.1"
},
"resolutions": {
}
}