add express to devDeps

This commit is contained in:
AJ ONeal 2018-04-20 08:42:09 +00:00
parent ec53f781e8
commit eaf0748871
1 changed files with 6 additions and 4 deletions

View File

@ -3,18 +3,21 @@
"version": "2.1.1", "version": "2.1.1",
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "lex.js", "main": "lex.js",
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
"directories": { "directories": {
"example": "examples" "example": "examples"
}, },
"dependencies": { "dependencies": {
"greenlock": "^2.2.3", "greenlock": "^2.2.4",
"le-challenge-fs": "^2.0.8", "le-challenge-fs": "^2.0.8",
"le-sni-auto": "^2.1.4", "le-sni-auto": "^2.1.4",
"le-store-certbot": "^2.0.5", "le-store-certbot": "^2.0.5",
"localhost.daplie.me-certificates": "^1.2.3", "localhost.daplie.me-certificates": "^1.2.3",
"redirect-https": "^1.1.5" "redirect-https": "^1.1.5"
}, },
"devDependencies": {}, "devDependencies": {
"express": "^4.16.3"
},
"scripts": { "scripts": {
"test": "node examples/serve.js" "test": "node examples/serve.js"
}, },
@ -42,6 +45,5 @@
"license": "(MIT OR Apache-2.0)", "license": "(MIT OR Apache-2.0)",
"bugs": { "bugs": {
"url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues" "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues"
}, }
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js#readme"
} }