forked from amethystnetwork-dev/Rammerhead
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 756 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "rammerhead",
"version": "1.0.0",
"description": "Rammerhead easy deployment version.",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amethystnetwork-dev/Rammerhead.git"
},
"author": "binary-person and Amethyst Network contributors",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/amethystnetwork-dev/Rammerhead/issues"
},
"homepage": "https://github.com/amethystnetwork-dev/Rammerhead#readme",
"dependencies": {
"connect": "^3.7.0",
"rammerhead": "https://github.com/holy-unblocker/rammerhead/releases/download/v1.2.41-holy.5/rammerhead-1.2.41-holy.5.tgz",
"serve-static": "^1.15.0"
}
}