-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 799 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
25
26
27
28
29
30
31
32
33
34
{
"name": "express-https-vhost",
"version": "2.0.1",
"description": "Serve several sites on one machine with https",
"keywords": [
"several sites on one machine",
"vhost",
"express",
"https",
"letsencrypt"
],
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/evmizulin/express-https-vhost.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/evmizulin/express-https-vhost/issues"
},
"homepage": "https://github.com/evmizulin/express-https-vhost#readme",
"dependencies": {
"compression": "^1.6.2",
"express": "^4.15.3",
"express-vhost": "^0.2.0",
"letsencrypt-express": "^2.0.6"
},
"engines": {
"node": "^6.10.3"
},
"engineStrict": true
}