This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
68 lines (68 loc) · 1.63 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@beaker/homebase",
"version": "3.0.2",
"description": "An easy-to-administer hosting server for Hyperdrive.",
"main": "./lib/index.js",
"bin": {
"homebase": "./index.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"chalk": "^2.4.1",
"compression": "^1.7.3",
"express": "^4.16.3",
"figures": "^2.0.0",
"http-body-parser": "^1.1.9",
"http-proxy": "^1.17.0",
"hyperdrive": "^10.14.1",
"hyperspace": "^3.6.2",
"identify-filetype": "^1.0.0",
"is-domain-name": "^1.0.1",
"is-http-url": "^2.0.0",
"js-yaml": "^3.12.0",
"le-store-certbot": "^2.1.3",
"lodash.flatten": "^4.4.0",
"lodash.pick": "^4.4.0",
"mime": "^2.3.1",
"mkdirp": "^0.5.1",
"ms": "^2.1.1",
"prom-client": "^11.0.0",
"range-parser": "^1.2.0",
"redirect-https": "^1.1.6",
"response-time": "^2.3.2",
"scoped-fs": "^1.1.3",
"through2": "^2.0.3",
"untildify": "^3.0.3",
"vhost": "^3.0.2",
"yargs": "^11.1.0"
},
"devDependencies": {
"ava": "^0.25.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"tempy": "^0.2.1"
},
"scripts": {
"start": "node ./index.js",
"test": "ava ./test/*-test.js -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beakerbrowser/homebase.git"
},
"keywords": [
"hyper",
"hyperdrive",
"hyperspace",
"server"
],
"author": "Paul Frazee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/beakerbrowser/homebase/issues"
},
"homepage": "https://github.com/beakerbrowser/homebase#readme"
}