forked from calvintam236/miningcore-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 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
{
"name": "@bithereum/miningcore-ui",
"version": "1.0.0",
"description": "Mining Core modified to run through a node.js server",
"main": "server.js",
"dependencies": {
"boom": "^7.3.0",
"got": "^9.5.0",
"handlebars": "^4.0.12",
"handlebars-layouts": "^3.1.4",
"hapi": "^17.8.1",
"inert": "^5.1.2",
"joi": "^14.3.1",
"path": "^0.12.7",
"vision": "^5.4.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BTHPOS/miningcore-ui.git"
},
"keywords": [
"bithereum",
"miningcore",
"nodejs"
],
"author": "Dondrey Taylor, Calvin Tam",
"license": "MIT",
"bugs": {
"url": "https://github.com/BTHPOS/miningcore-ui/issues"
},
"homepage": "https://github.com/BTHPOS/miningcore-ui#readme"
}