mirror of
https://git.coolaj86.com/coolaj86/greenlock-hapi.js.git
synced 2025-02-23 05:18:05 +00:00
npm init for greenlock
This commit is contained in:
parent
b953b0c9fa
commit
430cd4ef5e
3
index.js
Normal file
3
index.js
Normal file
@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = require('letsencrypt-express');
|
32
package.json
Normal file
32
package.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "greenlock-hapi",
|
||||
"version": "2.0.0",
|
||||
"description": "Free SSL and Automatic HTTPS for node.js with hapi and other middleware systems via ACME (Let's Encrypt)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.daplie.com:Daplie/greenlock-hapi.git"
|
||||
},
|
||||
"keywords": [
|
||||
"hapi",
|
||||
"acme",
|
||||
"cloud",
|
||||
"cluster",
|
||||
"free",
|
||||
"greenlock",
|
||||
"https",
|
||||
"le",
|
||||
"letsencrypt",
|
||||
"multi-core",
|
||||
"node",
|
||||
"node.js",
|
||||
"scale",
|
||||
"ssl",
|
||||
"tls"
|
||||
],
|
||||
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
||||
"license": "(MIT OR Apache-2.0)"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user